diff --git a/swh/docs/sphinx/conf.py b/swh/docs/sphinx/conf.py index 4d612986c4bcf78de96c5af17692e2817258eb83..4c95c6f50a71eb20b99ab3e026deb0a33f6d3dc3 100755 --- a/swh/docs/sphinx/conf.py +++ b/swh/docs/sphinx/conf.py @@ -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"