Skip to content

Commit

Permalink
Replace Google Analytics with GoatCounter (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 22, 2023
1 parent c7976e5 commit 219a77a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,16 @@

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

nbsite_analytics = {
'goatcounter_holoviz': True,
}

html_context.update({
"github_user": "holoviz",
"github_repo": "colorcet",
"google_analytics_id": "UA-154795830-4",
})

# Override the Sphinx default title that appends `documentation`
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ def get_setup_version(reponame):
'tests': tests,
'examples': examples,
'doc': examples + [
'nbsite >=0.7.2rc10',
'pydata-sphinx-theme <0.9.0',
'nbsite >=0.8.4',
'sphinx-copybutton',
],
'tests_extra': tests + [
Expand Down

0 comments on commit 219a77a

Please sign in to comment.