diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 865199b1..041b90d0 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -55,4 +55,5 @@ Halle Jones|HJones@aliacy.com|| [Stephen James](https://github.com/sjames1958gm) | [sajames1958@gmail.com](sajames1958@gmail.com) | [Sergio Gavilán](https://github.com/sgavil) | [ssjsrgx@gmail.com](ssjsrgx@gmail.com) | [@sgavil01](https://twitter.com/sgavil01) [Avarice M](https://github.com/avarice-m) | | | +[Jami Schwarzwalder](https://github.com/jschwarzwalder) | | [Jill Slind](https://github.com/jillslind) | [jill.slind@gmail.com](jill.slind@gmail.com) | | diff --git a/docs/conf.py b/docs/conf.py index 53adfff3..c2c5dde0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,7 +83,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "sphinx_rtd_theme" +html_theme = "furo" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/requirements-docs.txt b/requirements-docs.txt index 43f94e9b..a42d0d73 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ sphinx -sphinx_rtd_theme +furo importlib_metadata; python_version < "3.8" doc-utils<0.18 # Fix for read the docs default sphinx version. If we update sphinx, test to see if we can remove this.