diff --git a/docs/conf.py b/docs/conf.py index 92df03f..21aa8d8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,17 +66,17 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "pydata-sphinx-theme" +html_theme = "pydata_sphinx_theme" # sidebar -html_sidebars = { - "**": [ - "about.html", - "navigation.html", - "relations.html", - "searchbox.html", - "donate.html", - ] -} +# html_sidebars = { +# "**": [ +# "about.html", +# "navigation.html", +# "relations.html", +# "searchbox.html", +# "donate.html", +# ] +# } # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,