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 eb640c8 commit be368f0Copy full SHA for be368f0
docs/_static/customize.css
@@ -0,0 +1,3 @@
1
+.wy-side-nav-search img {
2
+ padding: 5px 60px !important;
3
+}
docs/_static/logo.png
13.8 KB
docs/conf.py
@@ -54,3 +54,11 @@
54
# relative to this directory. They are copied after the builtin static files,
55
# so a file named "default.css" will overwrite the builtin "default.css".
56
html_static_path = ['_static']
57
+
58
+html_logo = "_static/logo.png"
59
+html_theme_options = {
60
+ 'logo_only': True,
61
62
63
+def setup(app):
64
+ app.add_css_file('customize.css')
0 commit comments