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 28be0ab commit b013fbcCopy full SHA for b013fbc
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
+html_css_files = [
130
+ 'css/rtd_theme_mods.css',
131
+ ]
132
+
133
134
# HTML Favicon
135
html_favicon = '_static/bridge.ico'
136
@@ -259,8 +264,5 @@ def get_version():
259
264
260
265
def setup(app):
261
266
262
- app.add_css_file('css/rtd_theme_mods.css')
263
-
- app.add_js_file('https://www.googletagmanager.com/gtag/js?id=G-K101Q1MWLM')
267
+ app.add_js_file('https://www.googletagmanager.com/gtag/js?id=G-K101Q1MWLM', loading_method="async")
268
app.add_js_file(None, body=GA_INVOKE_JS)
0 commit comments