Skip to content

Commit 7f9b261

Browse files
committed
docs: adjust intersphinx links
cherrypy indirection in no longer neeeded as of cherrypy/cherrypy#1872 (comment) python2 links are not present, so that was removed
1 parent 662cd9d commit 7f9b261

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/conf.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,11 @@
7979

8080
intersphinx_mapping = {
8181
'python': ('https://docs.python.org/3', None),
82-
'python2': ('https://docs.python.org/2', None),
83-
# Ref: https://github.com/cherrypy/cherrypy/issues/1872
84-
'cherrypy': (
85-
'https://docs.cherrypy.dev/en/latest',
86-
('https://cherrypy.rtfd.io/en/latest', None),
87-
),
82+
'cherrypy': ('https://docs.cherrypy.dev/en/latest', None),
8883
'trustme': ('https://trustme.readthedocs.io/en/latest/', None),
8984
'ddt': ('https://ddt.readthedocs.io/en/latest/', None),
9085
'pyopenssl': ('https://www.pyopenssl.org/en/latest/', None),
91-
'towncrier': ('https://towncrier.rtfd.io/en/latest', None),
86+
'towncrier': ('https://towncrier.readthedocs.io/en/latest/', None),
9287
}
9388

9489
linkcheck_ignore = [

0 commit comments

Comments
 (0)