diff --git a/docs/conf.py b/docs/conf.py index b99ad92..bf7fde2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -110,6 +110,7 @@ # theme further. For a list of options available for each theme, see the # documentation. # +# html_theme_options = {} html_theme_options = { "icon_links": [ { @@ -119,7 +120,7 @@ }, { "name": "PyPI", - "url": "https://pypi.org/project/minifold/", + "url": "https://pypi.org/project/minifold", "icon": "fa-custom fa-pypi", }, ], @@ -134,10 +135,6 @@ # so a file named "default.css" will overwrite the builtin "default.css". # html_static_path = ["_static"] -html_sidebars = { - # Disable left navigation bar as it is useless in practice - "*": [], # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html#layout-sidebar-primary -} # -- Options for HTMLHelp output ---------------------------------------