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 2e3e5d6 commit aac2857Copy full SHA for aac2857
docs/_static/logo.svg
docs/conf.py
@@ -88,6 +88,8 @@
88
'show_powered_by': False
89
}
90
91
+html_logo = '_static/logo.svg'
92
+
93
# Theme options are theme-specific and customize the look and feel of a theme
94
# further. For a list of options available for each theme, see the
95
# documentation.
@@ -97,7 +99,7 @@
97
99
# Add any paths that contain custom static files (such as style sheets) here,
98
100
# relative to this directory. They are copied after the builtin static files,
101
# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['.static']
102
+html_static_path = ['_static']
103
104
# Custom sidebar templates, must be a dictionary that maps document names
105
# to template names.
0 commit comments