File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ def get_copyright():
100100# Theme options are theme-specific and customize the look and feel of a theme
101101# further. For a list of options available for each theme, see the
102102# documentation.
103- #html_theme_options = {}
103+ html_theme_options = {
104+ "style_nav_header_background" : "#12284c" ,
105+ }
104106
105107# Add any paths that contain custom themes here, relative to this directory.
106108#html_theme_path = []
@@ -114,7 +116,7 @@ def get_copyright():
114116
115117# The name of an image file (relative to this directory) to place at the top
116118# of the sidebar.
117- html_logo = 'adacore_transparent .png'
119+ html_logo = 'adacore-logo-white .png'
118120
119121# The name of an image file (within the static path) to use as favicon of the
120122# 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