Skip to content

Commit 3442a36

Browse files
committed
docs: adjust intersphinx links
cherrypy indirection in no longer neeeded as of cherrypy/cherrypy#1872 (comment)
1 parent 662cd9d commit 3442a36

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Doc building: adjusted intersphinx links to remove warnings
2+
-- by :user:`mr-c`

docs/conf.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,11 @@
8080
intersphinx_mapping = {
8181
'python': ('https://docs.python.org/3', None),
8282
'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-
),
83+
'cherrypy': ('https://docs.cherrypy.dev/en/latest', None),
8884
'trustme': ('https://trustme.readthedocs.io/en/latest/', None),
8985
'ddt': ('https://ddt.readthedocs.io/en/latest/', None),
9086
'pyopenssl': ('https://www.pyopenssl.org/en/latest/', None),
91-
'towncrier': ('https://towncrier.rtfd.io/en/latest', None),
87+
'towncrier': ('https://towncrier.readthedocs.io/en/latest/', None),
9288
}
9389

9490
linkcheck_ignore = [

0 commit comments

Comments
 (0)