We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5483a commit a2f5475Copy full SHA for a2f5475
docs/conf.py
@@ -204,7 +204,9 @@ def setup(app: sphinx.application.Sphinx) -> None:
204
# html_use_smartypants = True
205
206
# Custom sidebar templates, maps document names to template names.
207
-# html_sidebars = {}
+html_sidebars = {
208
+ "tutorial": []
209
+}
210
211
# Additional templates that should be rendered to pages, maps page names to
212
# template names.
0 commit comments