We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e7cd9 commit 081e712Copy full SHA for 081e712
docs/_static/custom.css
@@ -0,0 +1,5 @@
1
+img.logo {
2
+ padding: 1em;
3
+ padding-left: 0;
4
+ box-sizing: border-box;
5
+}
docs/conf.py
@@ -8,6 +8,10 @@
8
'sphinx.ext.napoleon',
9
]
10
11
+html_logo = 'https://kostrykin.github.io/Carna/html/logo.png'
12
+html_static_path = ['_static']
13
+html_css_files = ['custom.css']
14
+
15
import os
16
import sys
17
0 commit comments