Skip to content

Commit 5a86fc9

Browse files
committed
add logo for libtmux
1 parent e58947b commit 5a86fc9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/_static/img/libtmux.svg

Lines changed: 1 addition & 0 deletions
Loading

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050

5151
html_theme_path = [alabaster.get_path()]
5252
html_theme = 'alabaster'
53+
html_theme_options = {
54+
'logo': 'img/libtmux.svg',
55+
}
5356
html_sidebars = {
5457
'**': [
5558
'about.html',

0 commit comments

Comments
 (0)