File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 14
14
--pst-font-family-heading : 'Poppins' , sans-serif;
15
15
--pst-font-family-base : 'Poppins' , sans-serif;
16
16
--pyos-font-family-h1 : 'Itim' , serif;
17
+
17
18
}
18
19
19
20
html , body {
Original file line number Diff line number Diff line change 35
35
"sphinx_copybutton" ,
36
36
"sphinx.ext.intersphinx" ,
37
37
"sphinx_sitemap" ,
38
- "sphinxcontrib.gtagjs" ,
39
38
"sphinxext.opengraph" ,
40
39
]
41
40
98
97
"footer_items" : ["copyright" ],
99
98
}
100
99
101
- html_theme_options ["analytics" ] = {
102
- "google_analytics_id" : "UA-141260825-1" ,
103
- }
104
-
105
100
html_context = {
106
101
"github_user" : "pyopensci" ,
107
102
"github_repo" : "python-package-guide" ,
108
103
"github_version" : "main" ,
109
104
}
110
105
111
- # Add analytics to furo theme
112
- gtagjs_ids = [
113
- "UA-141260825-1" ,
114
- ]
115
-
116
106
# Add any paths that contain templates here, relative to this directory.
117
107
templates_path = ["_templates" ]
118
108
Original file line number Diff line number Diff line change @@ -9,5 +9,3 @@ sphinx-sitemap
9
9
# Support for social / adds meta tags
10
10
sphinxext-opengraph
11
11
sphinx-inline-tabs
12
- # Support for GA
13
- sphinxcontrib-gtagjs
You can’t perform that action at this time.
0 commit comments