Skip to content

Commit 49892f4

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

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Documentation building: adjusted :mod:`~sphinx.ext.intersphinx` links to remove
2+
"intersphinx inventory has moved" warnings
3+
-- by :user:`mr-c`.

docs/conf.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,12 @@
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),
88+
'sphinx': ('https://www.sphinx-doc.org', None),
9289
}
9390

9491
linkcheck_ignore = [

0 commit comments

Comments
 (0)