Skip to content

Commit 538f67e

Browse files
committed
hacks
1 parent fcbda9e commit 538f67e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

docs/_templates/hacks.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<script type="text/javascript">
2+
var _gauges = _gauges || [];
3+
(function() {
4+
var t = document.createElement('script');
5+
t.type = 'text/javascript';
6+
t.async = true;
7+
t.id = 'gauges-tracker';
8+
t.setAttribute('data-site-id', '56ca79a64b2ffa7a470027ea');
9+
t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
10+
t.src = 'https://d36ee2fcip1434.cloudfront.net/track.js';
11+
var s = document.getElementsByTagName('script')[0];
12+
s.parentNode.insertBefore(t, s);
13+
})();
14+
</script>

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@
146146

147147
# Custom sidebar templates, maps document names to template names.
148148
html_sidebars = {
149-
'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
149+
'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html', 'hacks.html'],
150150
'**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
151-
'sourcelink.html', 'searchbox.html']
151+
'sourcelink.html', 'searchbox.html', 'hacks.html']
152152
}
153153

154154
# Additional templates that should be rendered to pages, maps page names to

0 commit comments

Comments
 (0)