Skip to content

Commit

Permalink
Add plausible web analysis (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret authored Aug 17, 2023
1 parent bcb51c4 commit 371876f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ def hsf_ci_setup(app):
nbsphinx_timeout = 60*20
# FIXME: This should be removed
# nbsphinx_execute = 'never'

_PLAUSIBLE_SNIPPET = '<script defer data-domain="hepsoftwarefoundation.org" src="https://views.scientific-python.org/js/script.js"></script>'

def setup(app):
app.add_js_file(None, body=_PLAUSIBLE_SNIPPET)

0 comments on commit 371876f

Please sign in to comment.