Переглянути джерело

Newer sphinx prefer html_sidebars to be a dict

Mikhail Astafev 4 роки тому
батько
коміт
c0328526a2
1 змінених файлів з 5 додано та 3 видалено
  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: