Skip to content

Commit c032852

Browse files
authored
Newer sphinx prefer html_sidebars to be a dict
1 parent 5e87810 commit c032852

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/quickstart.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ Assuming that you're using a theme with sidebar widget support, you just need to
5959
"_templates",
6060
]
6161
62-
html_sidebars = [
63-
"versioning.html",
64-
]
62+
html_sidebars = {
63+
'**': [
64+
'versioning.html',
65+
],
66+
}
6567
6668
Now rebuild the documentation:
6769

0 commit comments

Comments
 (0)