Skip to content

Commit 875d2d3

Browse files
committed
keep default sidebar options so logo and search bar aren't scrollable
1 parent be23658 commit 875d2d3

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,6 @@
4040
# Furo theme options
4141
html_theme_options = {
4242
"navigation_with_keys": True,
43-
"sidebar_hide_name": False,
44-
}
45-
46-
# Show the global toctree in sidebar
47-
html_sidebars = {
48-
"**": [
49-
"sidebar/scroll-start.html",
50-
"sidebar/brand.html",
51-
"sidebar/search.html",
52-
"sidebar/navigation.html",
53-
"sidebar/ethical-ads.html",
54-
"sidebar/scroll-end.html",
55-
]
5643
}
5744

5845
# -- Extension configuration -------------------------------------------------

0 commit comments

Comments
 (0)