Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: recipe_engine/third_party/requests/docs/_templates/hacks.html

Issue 2164713003: Vendor requests. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Fix deps.pyl Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipe_engine/third_party/requests/docs/_templates/hacks.html
diff --git a/recipe_engine/third_party/requests/docs/_templates/hacks.html b/recipe_engine/third_party/requests/docs/_templates/hacks.html
deleted file mode 100644
index f9fc96cbd0c78576eaa6308cde94c24a1b32f14b..0000000000000000000000000000000000000000
--- a/recipe_engine/third_party/requests/docs/_templates/hacks.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!-- Alabaster (krTheme++) Hacks -->
-
-<!-- CSS Adjustments (I'm very picky.) -->
-<style type="text/css">
-
- /* Rezzy requires precise alignment. */
- img.logo {margin-left: -20px!important;}
-
- /* "Quick Search" should be capitalized. */
- div#searchbox h3 {text-transform: capitalize;}
-
- /* Make the document a little wider, less code is cut-off. */
- div.document {width: 1008px;}
-
- /* Much-improved spacing around code blocks. */
- div.highlight pre {padding: 11px 14px;}
-
- /* Remain Responsive! */
- @media screen and (max-width: 1008px) {
- div.sphinxsidebar {display: none;}
- div.document {width: 100%!important;}
-
- /* Have code blocks escape the document right-margin. */
- div.highlight pre {margin-right: -30px;}
- }
-
-</style>
-
-<!-- Analytics tracking for Kenneth. -->
-<script type="text/javascript">
- var _gauges = _gauges || [];
- (function() {
- var t = document.createElement('script');
- t.type = 'text/javascript';
- t.async = true;
- t.id = 'gauges-tracker';
- t.setAttribute('data-site-id', '56ca7a57c88d9011080024dd');
- t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
- t.src = 'https://d36ee2fcip1434.cloudfront.net/track.js';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(t, s);
- })();
-</script>
-
-<!-- There are no more hacks. -->
-<!-- இڿڰۣ-ڰۣ— -->
-<!-- Love, Kenneth Reitz -->
-
-<script src="{{ pathto('_static/', 1) }}/konami.js"></script>
-<script>
- var easter_egg = new Konami('http://fortunes.herokuapp.com/random/raw');
-</script>
-
-<!-- That was not a hack. That was art. -->

Powered by Google App Engine
This is Rietveld 408576698