Skip to content

Commit 231319d

Browse files
authored
Hide primary sidebar from certain pages of the documentation (#2424)
* hide sidebar * validate failure * add changlog and refs
1 parent 7984127 commit 231319d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ def setup(app):
100100
"sphinx_gallery.load_style",
101101
]
102102

103+
# hide primary sidebar from the following pages
104+
html_sidebars = {"apidoc": [], "changelog": [], "bibliography": []}
105+
103106
intersphinx_mapping = {
104107
"python": ("https://docs.python.org/3.10", None),
105108
"numpy": ("https://numpy.org/doc/stable/", None),

0 commit comments

Comments
 (0)