diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2018-03-07 17:15:59 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2018-03-07 17:15:59 -0500 |
| commit | 529c423fb5906e8eff77ed1985fa4d48438dc3c1 (patch) | |
| tree | 6d1eaecbde24050f17dc01594e1c3b5b0b430048 /docs | |
| parent | e292f302b75f0ccf08763cb6eca7e568b309ed3f (diff) | |
| download | python-requests-529c423fb5906e8eff77ed1985fa4d48438dc3c1.tar.gz | |
support for Requests 3.0
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_templates/sidebarintro.html | 1 | ||||
| -rw-r--r-- | docs/_templates/sidebarlogo.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 904cda1a..b5b79308 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -14,6 +14,7 @@ human beings. </p> +<h2><a href="https://kennethreitz.org/requests3">Support Requests 3.0</a>:</h2> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="JXVHDRHBCW5SE"> diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html index 25324b31..e679d874 100644 --- a/docs/_templates/sidebarlogo.html +++ b/docs/_templates/sidebarlogo.html @@ -15,6 +15,7 @@ development release. </p> +<h2><a href="https://kennethreitz.org/requests3">Support Requests 3.0</a>:</h2> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="JXVHDRHBCW5SE"> |
