File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 7
7
Makefile.common.in
8
8
Makefile.common.project.in
9
9
Makefile.in
10
- README.md
11
10
README.DSA
11
+ README.md
12
12
VERSION
13
13
acinclude.m4
14
14
aclocal.m4
@@ -466,11 +466,13 @@ doc/References.rst
466
466
doc/SOAP.rst
467
467
doc/Tasking_model_in_PolyORB.rst
468
468
doc/Tools.rst
469
+ doc/adacore-logo-white.png
469
470
doc/conf.py
470
471
doc/corba-arch.fig
471
472
doc/echo-impl-body.adb
472
473
doc/echo-impl-spec.ads
473
474
doc/echo.idl
475
+ doc/favicon.ico
474
476
doc/full-ex.fig
475
477
doc/full-ex_fig.pdf
476
478
doc/full-ex_fig.svg
@@ -2026,8 +2028,8 @@ support/mkinstalldirs
2026
2028
support/move-if-change
2027
2029
support/reconfig
2028
2030
support/run_cpp.ksh
2029
- support/ssl.m4
2030
2031
support/scm.m4
2032
+ support/ssl.m4
2031
2033
testsuite/README
2032
2034
testsuite/acats/CXE1001/Makefile.local
2033
2035
testsuite/acats/CXE1001/cxe1001_a.adb
@@ -2824,6 +2826,7 @@ testsuite/idls/vti_si03/test.out
2824
2826
testsuite/idls/vti_si03/tin.idl
2825
2827
testsuite/idls/vti_vb01/test.out
2826
2828
testsuite/idls/vti_vb01/tin.idl
2829
+ testsuite/legacy_py2_testsuite.py
2827
2830
testsuite/projects/polyorb_test_common.gpr
2828
2831
testsuite/ssl-cert.conf
2829
2832
testsuite/tests/always_fail/test.opt
@@ -2972,7 +2975,6 @@ testsuite/tests/examples/polyorb/POLYORB_CORE_3/test.py
2972
2975
testsuite/tests/run-test.py
2973
2976
testsuite/tests/test_utils.py
2974
2977
testsuite/testsuite.py
2975
- testsuite/legacy_py2_testsuite.py
2976
2978
tools/README
2977
2979
tools/po_catref/po_catref-common.adb
2978
2980
tools/po_catref/po_catref-common.ads
Original file line number Diff line number Diff line change 109
109
# Theme options are theme-specific and customize the look and feel of a theme
110
110
# further. For a list of options available for each theme, see the
111
111
# 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
+ }
113
117
114
118
# Add any paths that contain custom themes here, relative to this directory.
115
119
# html_theme_path = []
123
127
124
128
# The name of an image file (relative to this directory) to place at the top
125
129
# of the sidebar.
126
- # html_logo = None
130
+ html_logo = "adacore-logo-white.png"
127
131
128
132
# The name of an image file (within the static path) to use as favicon of the
129
133
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
130
134
# pixels large.
131
- # html_favicon = None
135
+ html_favicon = "favicon.ico"
132
136
133
137
# Add any paths that contain custom static files (such as style sheets) here,
134
138
# relative to this directory. They are copied after the builtin static files,
You can’t perform that action at this time.
0 commit comments