Browse Source

Merge pull request #55 from astafan8/patch-1

Newer sphinx prefer html_sidebars to be a dict
Jan Holthuis 4 years ago
parent
commit
a0f42e8867
1 changed files with 5 additions and 3 deletions
  1. 5 3
      docs/quickstart.rst

+ 5 - 3
docs/quickstart.rst

@@ -59,9 +59,11 @@ Assuming that you're using a theme with sidebar widget support, you just need to
         "_templates",
     ]
 
-    html_sidebars = [
-        "versioning.html",
-    ]
+    html_sidebars = {
+        '**': [
+            'versioning.html',
+        ],
+    }
 
 Now rebuild the documentation: