diff --git a/doc/source/_static/scipy.css b/doc/source/_static/scipy.css index 39a185399417..2603418aab24 100644 --- a/doc/source/_static/scipy.css +++ b/doc/source/_static/scipy.css @@ -185,3 +185,8 @@ div.admonition-legacy { .admonition-legacy.admonition > .admonition-title:after { background-color: var(--pst-color-warning); } + +/* extra breathing room for logo image */ +.navbar-brand.logo { + margin-right: 0.5rem; +} diff --git a/doc/source/_templates/sidebar-nav-bs.html b/doc/source/_templates/sidebar-nav-bs.html new file mode 100644 index 000000000000..46c5d22df8a7 --- /dev/null +++ b/doc/source/_templates/sidebar-nav-bs.html @@ -0,0 +1,11 @@ +{# Displays the TOC-subtree for pages nested under the currently active top-level TOCtree element. #} + diff --git a/doc/source/conf.py b/doc/source/conf.py index 49759d0892fc..b935193144cc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -211,7 +211,6 @@ "icon_links": [], "navbar_start": ["navbar-logo", "version-switcher"], "navbar_persistent": [], - "navigation_depth": 1, "switcher": { "json_url": "https://scipy.github.io/devdocs/_static/version_switcher.json", "version_match": version,