8000 Merge pull request #24495 from ksunden/docs_analytics · matplotlib/matplotlib@fc8e041 · GitHub
[go: up one dir, main page]

Skip to content

Commit fc8e041

Browse files
authored
Merge pull request #24495 from ksunden/docs_analytics
Update adding of google analytics key for docs
2 parents dbe0ee6 + 5aa4bbc commit fc8e041

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
@@ -407,7 +407,7 @@ def js_tag_with_cache_busting(js):
407407
}
408408
include_analytics = is_release_build
409409
if include_analytics:
410-
html_theme_options["google_analytics_id"] = "UA-55954603-1"
410+
html_theme_options["analytics"] = {"google_analytics_id": "UA-55954603-1"}
411411

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

0 commit comments

Comments
 (0)
0