Skip to content

Commit a2f5475

Browse files
remove primary sidebar from tutorial
1 parent 0b5483a commit a2f5475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ def setup(app: sphinx.application.Sphinx) -> None:
204204
# html_use_smartypants = True
205205

206206
# Custom sidebar templates, maps document names to template names.
207-
# html_sidebars = {}
207+
html_sidebars = {
208+
"tutorial": []
209+
}
208210

209211
# Additional templates that should be rendered to pages, maps page names to
210212
# template names.

0 commit comments

Comments
 (0)