diff --git a/docs/source/conf.py b/docs/source/conf.py index b112c3b..4660c2d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,8 +58,8 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -# html_theme = "furo" -html_theme = "pydata_sphinx_theme" +html_theme = "furo" +# html_theme = "pydata_sphinx_theme" html_static_path = ["_static"] htmlhelp_basename = "momicsdoc" html_last_updated_fmt = "%b %d, %Y" diff --git a/pyproject.toml b/pyproject.toml index 32b9857..524071b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ docs = [ "recommonmark", "Sphinx>=1.6", "sphinx-autobuild", - "pydata-sphinx-theme", + "furo", ] [tool.ruff]