File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -313,12 +313,6 @@ def setup(app):
313313ogp_enable_meta_description = True
314314ogp_description_length = 300
315315
316- # sphinxcontrib.googleanalytics configuration
317- if os .environ .get ("READTHEDOCS" ):
318- extensions .append ("sphinxcontrib.googleanalytics" )
319- googleanalytics_enabled = True
320- googleanalytics_id = "G-5CGB3QTKF1"
321-
322316## RTD sets html_baseurl, ensures we use the correct env for canonical URLs
323317## Useful to generate correct meta tags for Open Graph
324318## Refs: https://github.com/readthedocs/readthedocs.org/issues/10226, https://github.com/urllib3/urllib3/pull/3064
Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ sphinx-rtd-theme>=0.5.1
55sphinx-rtd-dark-mode >= 1.3.0
66sphinx-tabs >= 3.2.0
77sphinx >= 5.0.2
8- sphinxcontrib-googleanalytics >= 0.4
98sphinxext-opengraph == 0.9.1
109urllib3 == 2.2.3
You can’t perform that action at this time.
0 commit comments