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 2a715b7 commit 369fddbCopy full SHA for 369fddb
conf.py
@@ -126,6 +126,11 @@ def get_version():
126
# so a file named "default.css" will overwrite the builtin "default.css".
127
html_static_path = ['_static']
128
129
+
130
+html_css_files = [
131
+ 'css/rtd_theme_mods.css',
132
+ ]
133
134
# HTML Favicon
135
html_favicon = '_static/bridge.ico'
136
@@ -251,8 +256,6 @@ def get_version():
251
256
252
257
def setup(app):
253
258
254
- app.add_css_file('css/rtd_theme_mods.css')
255
-
259
- app.add_js_file('https://www.googletagmanager.com/gtag/js?id=G-C4RNJ35K6B')
260
+ app.add_js_file('https://www.googletagmanager.com/gtag/js?id=G-C4RNJ35K6B', loading_method="async")
261
app.add_js_file(None, body=GA_INVOKE_JS)
0 commit comments