We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d947f92 commit e6016f0Copy full SHA for e6016f0
docs/conf.py
@@ -81,4 +81,4 @@
81
# relative to this directory. They are copied after the builtin static files,
82
# so a file named "default.css" will overwrite the builtin "default.css".
83
#html_static_path = ['_static']
84
-html_static_path = []
+html_static_path = ['css']
docs/css/custom.css
@@ -0,0 +1,4 @@
1
+.sphinxsidebar {
2
+ background: no-repeat center top url(logo.png);
3
+ padding-top: 128px;
4
+}
docs/css/logo.png
3.31 KB
0 commit comments