Skip to content

Commit

Permalink
Add plausible web analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Aug 14, 2023
1 parent 0ac6675 commit 288b8f4
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 @@ -44,3 +44,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 288b8f4

Please sign in to comment.