Skip to content

Commit 5d2db9e

Browse files
committed
Merge branch 'mr/bortolussi/update_logo_doc' into 'master'
Update the logo in the docs See merge request eng/libadalang/langkit-query-language!125
2 parents b6bfc7f + 0c77ea9 commit 5d2db9e

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ testsuite/ada_projects/*/*.ad[bs] no-precommit-check
44

55
* text eol=lf
66
*.bat text eol=crlf
7+
*.png -text
8+
*.jpeg -text
79

810
# No needs
911
*.java no-precommit-check
38.4 KB
Loading
-6.57 KB
Binary file not shown.

lkql_checker/doc/share/conf.py

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ def get_version():
6060
if os.path.isfile('favicon.ico'):
6161
html_favicon = 'favicon.ico'
6262

63+
html_logo = 'adacore-logo-white.png'
64+
html_theme_options = {
65+
"style_nav_header_background": "#12284c",
66+
}
67+
6368
latex_additional_files = ['gnat.sty']
6469

6570
latex_elements = {

0 commit comments

Comments
 (0)