Skip to content

Commit 166c303

Browse files
committed
Merge branch 'mr/bortolussi/change_adacore_logo_in_docs' into 'master'
Update the AdaCore logo in the docs See merge request eng/toolchain/aws!16
2 parents 39d7533 + 8e688c6 commit 166c303

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/source/adacore-logo-white.png

38.4 KB
Loading
-6.57 KB
Binary file not shown.

docs/source/conf.py

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

0 commit comments

Comments
 (0)