From d0eb7e4624b13718efe23a71319a864f474c9a2e Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Tue, 9 Jan 2024 14:52:37 -0600 Subject: [PATCH] maybe fix missing sidebar? (#1632) * maybe fix missing sidebar? * simplify * purge internal defaults & use theme config setting * formatting * refactor and simplify toctree code --- .../components/sidebar-nav-bs.html | 8 +- .../theme/pydata_sphinx_theme/layout.html | 2 +- src/pydata_sphinx_theme/toctree.py | 126 +++++++++--------- 3 files changed, 66 insertions(+), 70 deletions(-) diff --git a/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sidebar-nav-bs.html b/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sidebar-nav-bs.html index 38763d797..fd1fd9dfe 100644 --- a/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sidebar-nav-bs.html +++ b/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sidebar-nav-bs.html @@ -5,10 +5,10 @@