Skip to content

Commit a80a555

Browse files
Merge branch 'mr/bortolussi/add_logo_in_doc' into 'master'
Add the AdaCore logo in the doc See merge request eng/toolchain/PolyORB!9
2 parents 496cef4 + 85c3289 commit a80a555

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

MANIFEST

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ MANIFEST
77
Makefile.common.in
88
Makefile.common.project.in
99
Makefile.in
10-
README.md
1110
README.DSA
11+
README.md
1212
VERSION
1313
acinclude.m4
1414
aclocal.m4
@@ -466,11 +466,13 @@ doc/References.rst
466466
doc/SOAP.rst
467467
doc/Tasking_model_in_PolyORB.rst
468468
doc/Tools.rst
469+
doc/adacore-logo-white.png
469470
doc/conf.py
470471
doc/corba-arch.fig
471472
doc/echo-impl-body.adb
472473
doc/echo-impl-spec.ads
473474
doc/echo.idl
475+
doc/favicon.ico
474476
doc/full-ex.fig
475477
doc/full-ex_fig.pdf
476478
doc/full-ex_fig.svg
@@ -2026,8 +2028,8 @@ support/mkinstalldirs
20262028
support/move-if-change
20272029
support/reconfig
20282030
support/run_cpp.ksh
2029-
support/ssl.m4
20302031
support/scm.m4
2032+
support/ssl.m4
20312033
testsuite/README
20322034
testsuite/acats/CXE1001/Makefile.local
20332035
testsuite/acats/CXE1001/cxe1001_a.adb
@@ -2824,6 +2826,7 @@ testsuite/idls/vti_si03/test.out
28242826
testsuite/idls/vti_si03/tin.idl
28252827
testsuite/idls/vti_vb01/test.out
28262828
testsuite/idls/vti_vb01/tin.idl
2829+
testsuite/legacy_py2_testsuite.py
28272830
testsuite/projects/polyorb_test_common.gpr
28282831
testsuite/ssl-cert.conf
28292832
testsuite/tests/always_fail/test.opt
@@ -2972,7 +2975,6 @@ testsuite/tests/examples/polyorb/POLYORB_CORE_3/test.py
29722975
testsuite/tests/run-test.py
29732976
testsuite/tests/test_utils.py
29742977
testsuite/testsuite.py
2975-
testsuite/legacy_py2_testsuite.py
29762978
tools/README
29772979
tools/po_catref/po_catref-common.adb
29782980
tools/po_catref/po_catref-common.ads

doc/adacore-logo-white.png

38.4 KB
Loading

doc/conf.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@
109109
# Theme options are theme-specific and customize the look and feel of a theme
110110
# further. For a list of options available for each theme, see the
111111
# documentation.
112-
# html_theme_options = {}
112+
# https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html#theme-options
113+
html_theme_options = {
114+
# Use AdaCore blue in the Table Of Content
115+
"style_nav_header_background": "#12284c",
116+
}
113117

114118
# Add any paths that contain custom themes here, relative to this directory.
115119
# html_theme_path = []
@@ -123,12 +127,12 @@
123127

124128
# The name of an image file (relative to this directory) to place at the top
125129
# of the sidebar.
126-
# html_logo = None
130+
html_logo = "adacore-logo-white.png"
127131

128132
# The name of an image file (within the static path) to use as favicon of the
129133
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
130134
# pixels large.
131-
# html_favicon = None
135+
html_favicon = "favicon.ico"
132136

133137
# Add any paths that contain custom static files (such as style sheets) here,
134138
# relative to this directory. They are copied after the builtin static files,

doc/favicon.ico

894 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)