Skip to content

Commit 55dc755

Browse files
committed
Remove left sidebar on reference page.
1 parent 4d73885 commit 55dc755

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@
3939
html_show_sourcelink = False
4040
html_logo = "_static/_images/logo.png"
4141
html_css_files = ["custom.css"]
42+
html_sidebars = {
43+
"reference/index": [],
44+
}

0 commit comments

Comments
 (0)