Skip to content

Commit

Permalink
docs: Remove intersphinx mapping for python-mock
Browse files Browse the repository at this point in the history
python-mock is now part of the Python standard library (available as
unittest.mock in Python 3.3 onwards) and all documentation on
voidspace.org.uk is removed.
  • Loading branch information
AlexanderS committed May 7, 2019
1 parent 011883d commit 61988de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,6 @@ def check_object_path(key, url, path):
return {key: (url, None)}

intersphinx_mapping = {}
intersphinx_mapping.update(\
check_object_path('mock',
'http://www.voidspace.org.uk/python/mock',
'/usr/share/doc/python-mock-doc/html/objects.inv'))
intersphinx_mapping.update(\
check_object_path('cherrypy',
'http://docs.cherrypy.org/stable',
Expand Down

0 comments on commit 61988de

Please sign in to comment.