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 b5f637f commit 9e55950Copy full SHA for 9e55950
docs/conf.py
@@ -99,6 +99,12 @@
99
100
html_title = project
101
102
+html_logo = '_static/UncertainSCI.png'
103
+
104
+html_theme_options = {
105
+ 'logo_only': True
106
+}
107
108
109
def setup(app):
110
app.add_config_value('recommonmark_config', {
@@ -110,9 +116,5 @@ def setup(app):
116
}, True)
111
117
app.add_transform(AutoStructify)
112
118
113
-html_logo = '_static/UncertainSCI.png'
114
119
115
-html_theme_options = {
- 'logo_only': True
-}
120
0 commit comments