summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2023-02-10 15:22:36 +0100
committerGitHub <noreply@github.com>2023-02-10 15:22:36 +0100
commitadced78d6b0d8c940fd134fbb65ef563767231db (patch)
tree472b2debee962b80f86271e141a324f9d2c86ead /doc
parentf0159a78c8cb85ca9059981db41027d420cbe03e (diff)
downloadnetworkx-adced78d6b0d8c940fd134fbb65ef563767231db.tar.gz
Add Plausible Analytics to our docs (#6413)
* Add Plausible Analytics to our docs * make prettier happy
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/layout.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index b4665f6c..f9ef3079 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,2 +1,8 @@
-{% extends "!layout.html" %} {% block content %} {% include "dev_banner.html" %}
+{% extends "!layout.html" %} {% block extrahead %}
+<script
+ defer
+ data-domain="networkx.org"
+ src="https://views.scientific-python.org/js/script.js"
+></script>
+{{ super() }} {% endblock %} {% block content %} {% include "dev_banner.html" %}
{{ super() }} {% endblock %}