Skip to content

Commit

Permalink
Replace Google Analytics with GoatCounter (#6048)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored and hoxbro committed Feb 2, 2024
1 parent c5bace4 commit 4da9eb4
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 @@ -51,16 +51,20 @@
"copyright",
"last-updated",
],
"analytics": {"google_analytics_id": 'G-91EZMMHSF7'}
}

nbbuild_cell_timeout = 360

extensions += [
'nbsite.gallery',
'sphinx_copybutton',
'nbsite.analytics',
]

nbsite_analytics = {
'goatcounter_holoviz': True,
}

nbsite_gallery_conf = {
'backends': ['bokeh', 'matplotlib', 'plotly'],
'galleries': {},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
extras_require["unit_tests"] = extras_require["examples"] + extras_require["tests"] + extras_require['lint']

extras_require['doc'] = extras_require['examples'] + [
'nbsite >=0.8.2,<0.9.0',
'nbsite >=0.8.4,<0.9.0',
'myst-nb <1',
'graphviz',
'bokeh >=3.1',
Expand Down

0 comments on commit 4da9eb4

Please sign in to comment.