We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1eaee31 + fd5e232 commit d32903aCopy full SHA for d32903a
docs/source/_static/goatcounter.js
@@ -0,0 +1,9 @@
1
+(function() {
2
+ window.counter = 'https://ipycanvas_readthedocs_io.goatcounter.com/count'
3
+
4
+ var script = document.createElement('script');
5
+ script.async = 1;
6
+ script.src = '//gc.zgo.at/count.js';
7
+ var ins = document.getElementsByTagName('script')[0];
8
+ ins.parentNode.insertBefore(script, ins)
9
+})();
docs/source/conf.py
@@ -30,4 +30,8 @@
30
style_nav_header_background='#0d6a0a'
31
)
32
33
+html_js_files = [
34
+ 'goatcounter.js'
35
+]
36
37
autodoc_member_order = 'bysource'
0 commit comments