Skip to content

Commit a0f42e8

Browse files
authored
Merge pull request #55 from astafan8/patch-1
Newer sphinx prefer html_sidebars to be a dict
2 parents 5e87810 + c032852 commit a0f42e8

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)