Skip to content

Commit

Permalink
Merge pull request #37211 from cailafinn/fix_docs_sidebar
Browse files Browse the repository at this point in the history
Remove docs sidebar
  • Loading branch information
SilkeSchomann committed Apr 25, 2024
2 parents 9ce50da + b1d00f1 commit e5e335d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-docs/source/conf.py
Expand Up @@ -100,6 +100,9 @@ def setup(app):
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
html_show_copyright = False

# Hide the navigation sidebar, we use a table of contents instead.
html_sidebars = {"**": []}

# Theme-specific options to customize the look and feel of a theme.
# We config the bootstrap settings here, and apply CSS changes in
# custom.css rather than here.
Expand Down
3 changes: 3 additions & 0 deletions docs/source/conf.py
Expand Up @@ -188,6 +188,9 @@ def setup(app):
# Do not show last updated information in the HTML footer.
html_last_updated_fmt = None

# Hide the navigation sidebar, we use a table of contents instead.
html_sidebars = {"**": []}

# -- Options for Epub output ---------------------------------------------------
# This flag determines if a toc entry is inserted again at the beginning of its nested toc listing.
# This allows easier navigation to the top of a chapter, but can be confusing because it mixes entries of different depth in one list.
Expand Down

0 comments on commit e5e335d

Please sign in to comment.