Skip to content

Commit dc774e1

Browse files
Merge branch 'mr/bortolussi/add_adacore_logo_in_doc' into 'master'
Add the AdaCore logo in the doc See merge request eng/ide/gtkada!13
2 parents 72e5af8 + 3d0fd3a commit dc774e1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
38.4 KB
Loading
-6.57 KB
Binary file not shown.

docs/gtkada_ug/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)