Skip to content

Commit

Permalink
Replace Google Analytics with GoatCounter (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 22, 2023
1 parent e9b8962 commit cfd4f71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,19 @@
"icon": "fa-brands fa-discord",
},
],
"analytics": {"google_analytics_id": "G-XTWHHEZL7Q"},
"pygment_dark_style": "material"
}

extensions += [
'nbsite.gallery',
'nbsite.analytics',
]
napoleon_numpy_docstring = True

nbsite_analytics = {
'goatcounter_holoviz': True,
}

nbsite_gallery_conf = {
'github_org': 'holoviz',
'github_project': 'geoviews',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def run(self):
'recommended': _recommended,
'examples_extra': _examples_extra,
'doc': _examples_extra + [
'nbsite >=0.8.2,<0.9.0',
'nbsite >=0.8.4,<0.9.0',
'cartopy >=0.20.0',
'graphviz',
'lxml',
Expand Down

0 comments on commit cfd4f71

Please sign in to comment.