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 1414 --pst-font-family-heading : 'Poppins' , sans-serif;
1515 --pst-font-family-base : 'Poppins' , sans-serif;
1616 --pyos-font-family-h1 : 'Itim' , serif;
17+
1718}
1819
1920html , body {
Original file line number Diff line number Diff line change 3535 "sphinx_copybutton" ,
3636 "sphinx.ext.intersphinx" ,
3737 "sphinx_sitemap" ,
38- "sphinxcontrib.gtagjs" ,
3938 "sphinxext.opengraph" ,
4039]
4140
9897 "footer_items" : ["copyright" ],
9998}
10099
101- html_theme_options ["analytics" ] = {
102- "google_analytics_id" : "UA-141260825-1" ,
103- }
104-
105100html_context = {
106101 "github_user" : "pyopensci" ,
107102 "github_repo" : "python-package-guide" ,
108103 "github_version" : "main" ,
109104}
110105
111- # Add analytics to furo theme
112- gtagjs_ids = [
113- "UA-141260825-1" ,
114- ]
115-
116106# Add any paths that contain templates here, relative to this directory.
117107templates_path = ["_templates" ]
118108
Original file line number Diff line number Diff line change @@ -9,5 +9,3 @@ sphinx-sitemap
99# Support for social / adds meta tags
1010sphinxext-opengraph
1111sphinx-inline-tabs
12- # Support for GA
13- sphinxcontrib-gtagjs
You can’t perform that action at this time.
0 commit comments