Skip to content

Commit 1deb907

Browse files
authored
Merge pull request #885 from Bastian-Krause/bst/doc-logo
doc: add logo/favicon
2 parents 18f6a50 + 06e01bd commit 1deb907

3 files changed

Lines changed: 107 additions & 0 deletions

File tree

doc/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@
108108
# so a file named "default.css" will overwrite the builtin "default.css".
109109
html_static_path = []
110110

111+
# The name of an image file (relative to this directory) to place at the top
112+
# of the sidebar.
113+
html_logo = 'images/labgrid_logo_outline.svg'
114+
115+
# The name of an image file (within the static path) to use as favicon of the
116+
# docs.
117+
html_favicon = 'images/favicon.png'
118+
111119

112120
# -- Options for HTMLHelp output ------------------------------------------
113121

doc/images/favicon.png

16.8 KB
Loading
Lines changed: 99 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)