Skip to content

Commit 0bdb614

Browse files
committed
httplib2 Sphinx docs have moved to RTD.
The old URL raises a 404, rather than redirecting. :(
1 parent c55eb51 commit 0bdb614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
# Refer to the Python standard library and the oauth2client and
285285
# httplib2 libraries.
286286
intersphinx_mapping = {
287-
'httplib2': ('http://bitworking.org/projects/httplib2/doc/html/', None),
287+
'httplib2': ('http://httplib2.readthedocs.io/en/latest/', None),
288288
'oauth2client': ('http://oauth2client.readthedocs.io/en/latest', None),
289289
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
290290
'python': ('https://docs.python.org/2', None),

0 commit comments

Comments
 (0)