summaryrefslogtreecommitdiff
path: root/docs/_templates
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2018-08-29 03:29:14 -0400
committerKenneth Reitz <me@kennethreitz.org>2018-08-29 03:29:14 -0400
commit33b41c7880a02166d12915ca9c4cfc13de2d9fb7 (patch)
tree6f1cbcab2d61bc8e796ba057009ae4892c615a9e /docs/_templates
parent704abf13325355497fc2df73259fb24615c237b9 (diff)
downloadpython-requests-33b41c7880a02166d12915ca9c4cfc13de2d9fb7.tar.gz
updates
Diffstat (limited to 'docs/_templates')
-rw-r--r--docs/_templates/hacks.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/_templates/hacks.html b/docs/_templates/hacks.html
index 50b225b7..b04b1afa 100644
--- a/docs/_templates/hacks.html
+++ b/docs/_templates/hacks.html
@@ -1,15 +1,5 @@
<!-- Alabaster (krTheme++) Hacks -->
-<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
-<script>
- var death = new Date('2020-04-12');
-
- var diff = moment.duration(death - moment());
-
- document.querySelector('#python27 time').innerText = (diff.years() * 12) + diff.months();
-</script> -->
-
-
<!-- CSS Adjustments (I'm very picky.) -->
<style type="text/css">