Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dda8717

Browse files
authored
Merge pull request #24496 from meeseeksmachine/auto-backport-of-pr-24495-on-v3.6.x
Backport PR #24495 on branch v3.6.x (Update adding of google analytics key for docs)
2 parents 0a42fe9 + e4780e0 commit dda8717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def js_tag_with_cache_busting(js):
387387
}
388388
include_analytics = is_release_build
389389
if include_analytics:
390-
html_theme_options["google_analytics_id"] = "UA-55954603-1"
390+
html_theme_options["analytics"] = {"google_analytics_id": "UA-55954603-1"}
391391

392392
# Add any paths that contain custom static files (such as style sheets) here,
393393
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)