Skip to content

file wide metadata / remove right side bar in sphinx theme #1210

Answered by drammock
lwasser asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lwasser! If you update conf.py you can disable the secondary sidebar on all pages. Ref: https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/layout.html#secondary-sidebar-right

html_theme_options = {
  ...
  "secondary_sidebar_items": [],  # <--- an empty list here should prevent it from being rendered
  ...
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lwasser
Comment options

Answer selected by lwasser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants