diff --git a/docs/conf.py b/docs/conf.py index 53d5b563..a3b76024 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,6 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ - "sphinx_immaterial", "sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx.ext.viewcode", @@ -40,7 +39,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = "sphinx_immaterial" +html_theme = "furo" html_static_path = ["_static"] html_logo = "_static/logo.jpg" # html_favicon = "_static/favicon.ico" diff --git a/docs/requirements.txt b/docs/requirements.txt index af718d9f..31a43915 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ . +furo sphinx-immaterial