Skip to content

Commit 0c77ea9

Browse files
Update the logo in the docs
Update the logo and the background color eng/libadalang/langkit-query-language#161
1 parent e74077e commit 0c77ea9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
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)