Skip to content
Snippets Groups Projects
Commit 78847c40 authored by vlorentz's avatar vlorentz
Browse files

Configure RTD theme to use titles only

0e55968d removed :titlesonly: from the
root toctree, which caused sphinx_rtd_theme to switch the mode it uses
to display *all* sidebars.

This config change reverts this behavior, but keeps the content of
pages unchanged.
parent 2ac1d527
No related branches found
No related tags found
1 merge request!311Configure RTD theme to use titles only
Pipeline #269 passed
......@@ -112,6 +112,7 @@ html_favicon = "_static/favicon.ico"
html_theme_options = {
"collapse_navigation": True,
"sticky_navigation": True,
"titles_only": True,
}
html_logo = "_static/software-heritage-logo-title-motto-vertical-white.png"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment