File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,11 @@ def get_version():
114114# Theme options are theme-specific and customize the look and feel of a theme
115115# further. For a list of options available for each theme, see the
116116# documentation.
117- # html_theme_options = {}
117+ # https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html#theme-options
118+ html_theme_options = {
119+ # Use AdaCore blue in the Table Of Content
120+ "style_nav_header_background" : "#12284c" ,
121+ }
118122
119123# Add any paths that contain custom themes here, relative to this directory.
120124# html_theme_path = []
@@ -128,7 +132,7 @@ def get_version():
128132
129133# The name of an image file (relative to this directory) to place at the top
130134# of the sidebar.
131- html_logo = 'adacore_transparent .png'
135+ html_logo = 'adacore-logo-white .png'
132136
133137# The name of an image file (within the static path) to use as favicon of the
134138# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
You can’t perform that action at this time.
0 commit comments