Thanks to visit codestin.com Credit goes to github.com
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 0a42fe9 commit e4780e0Copy full SHA for e4780e0
1 file changed
doc/conf.py
@@ -387,7 +387,7 @@ def js_tag_with_cache_busting(js):
387
}
388
include_analytics = is_release_build
389
if include_analytics:
390
- html_theme_options["google_analytics_id"] = "UA-55954603-1"
+ html_theme_options["analytics"] = {"google_analytics_id": "UA-55954603-1"}
391
392
# Add any paths that contain custom static files (such as style sheets) here,
393
# relative to this directory. They are copied after the builtin static files,
0 commit comments