Skip to content

Commit 9e55950

Browse files
committed
rearranged order to maybe help the build
1 parent b5f637f commit 9e55950

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/conf.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999

100100
html_title = project
101101

102+
html_logo = '_static/UncertainSCI.png'
103+
104+
html_theme_options = {
105+
'logo_only': True
106+
}
107+
102108

103109
def setup(app):
104110
app.add_config_value('recommonmark_config', {
@@ -110,9 +116,5 @@ def setup(app):
110116
}, True)
111117
app.add_transform(AutoStructify)
112118

113-
html_logo = '_static/UncertainSCI.png'
114119

115-
html_theme_options = {
116-
'logo_only': True
117-
}
118120

0 commit comments

Comments
 (0)