diff --git a/docs/conf.py b/docs/conf.py index 8d3df6678..522813fd7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,5 +56,5 @@ gettext_uuid = True # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = "sphinx_book_theme" +html_theme = "furo" html_static_path = ["_static"]