Skip to content

Commit

Permalink
Hide primary sidebar from certain pages of the documentation (#2424)
Browse files Browse the repository at this point in the history
* hide sidebar

* validate failure

* add changlog and refs
  • Loading branch information
purva-thakre committed Jul 15, 2024
1 parent 7984127 commit 231319d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def setup(app):
"sphinx_gallery.load_style",
]

# hide primary sidebar from the following pages
html_sidebars = {"apidoc": [], "changelog": [], "bibliography": []}

intersphinx_mapping = {
"python": ("https://docs.python.org/3.10", None),
"numpy": ("https://numpy.org/doc/stable/", None),
Expand Down

0 comments on commit 231319d

Please sign in to comment.