Improve docs (#4428)

* Change nav depth

* Remove repetitive module names

* Increase nav depth
This commit is contained in:
gagb
2024-11-29 16:50:40 -08:00
committed by GitHub
parent b1e40017c3
commit f02aac78fb

View File

@@ -81,6 +81,8 @@ html_theme = "pydata_sphinx_theme"
html_static_path = ["_static"]
html_css_files = ["custom.css"]
add_module_names = False
html_logo = "_static/images/logo/logo.svg"
html_favicon = "_static/images/logo/favicon-512x512.png"
@@ -88,6 +90,7 @@ html_theme_options = {
"header_links_before_dropdown": 4,
"navbar_align": "left",
"show_nav_level": 4,
"check_switcher": False,
# "navbar_start": ["navbar-logo", "version-switcher"],
# "switcher": {