Skip to content

Commit 081e712

Browse files
committed
Add logo to docs
1 parent 10e7cd9 commit 081e712

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/_static/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
img.logo {
2+
padding: 1em;
3+
padding-left: 0;
4+
box-sizing: border-box;
5+
}

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
'sphinx.ext.napoleon',
99
]
1010

11+
html_logo = 'https://kostrykin.github.io/Carna/html/logo.png'
12+
html_static_path = ['_static']
13+
html_css_files = ['custom.css']
14+
1115
import os
1216
import sys
1317

0 commit comments

Comments
 (0)