Skip to content

Commit 95404a2

Browse files
committed
Disable google_analytics_id
Either get a separate GA ID or enable this one once it is in production
1 parent bb6c179 commit 95404a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@
178178
html_use_opensearch = "https://docs.plone.org"
179179

180180
html_theme_options = {
181-
"google_analytics_id": "UA-1907133-6",
181+
# TODO: Either get a separate GA ID or enable this one once it is in production.
182+
# "google_analytics_id": "UA-1907133-6",
182183
"path_to_docs": "docs",
183184
"repository_url": "https://github.com/plone/documentation",
184185
"repository_branch": "main",

0 commit comments

Comments
 (0)