Skip to content

Commit

Permalink
Migrated sphinx theme to pydata
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgp2 committed Nov 27, 2023
1 parent 7b4382c commit 85246cd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -119,7 +120,7 @@
},
{
"name": "PyPI",
"url": "https://pypi.org/project/minifold/",
"url": "https://pypi.org/project/minifold",
"icon": "fa-custom fa-pypi",
},
],
Expand All @@ -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 ---------------------------------------

Expand Down

0 comments on commit 85246cd

Please sign in to comment.