Skip to content

Commit 1a2789a

Browse files
remove primary sidebar from tutorial
1 parent aa9da2b commit 1a2789a

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
@@ -195,7 +195,9 @@ def setup(app):
195195
# html_use_smartypants = True
196196

197197
# Custom sidebar templates, maps document names to template names.
198-
# html_sidebars = {}
198+
html_sidebars = {
199+
"tutorial": []
200+
}
199201

200202
# Additional templates that should be rendered to pages, maps page names to
201203
# template names.

0 commit comments

Comments
 (0)