We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
html_sidebars
Using alabaster this configuration works.
alabaster
Filename: conf.py
html_theme = "alabaster" html_sidebars = { "toc": [], # No sidebars "note_warning_tip": [], # No sidebars }
All my pages are rendered with sidebars, except toc.rst and note_warning_tip.rst.
toc.rst
note_warning_tip.rst
However, it does not work for sphinx-rtd-theme (when html_theme is changed to sphinx_rtd_theme).
sphinx-rtd-theme
html_theme
sphinx_rtd_theme
I see sidebars on all pages, including toc and note_warning_tip.
toc
note_warning_tip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Using
alabaster
this configuration works.Filename: conf.py
All my pages are rendered with sidebars, except
toc.rst
andnote_warning_tip.rst
.However, it does not work for
sphinx-rtd-theme
(whenhtml_theme
is changed tosphinx_rtd_theme
).I see sidebars on all pages, including
toc
andnote_warning_tip
.Environment Info
The text was updated successfully, but these errors were encountered: