File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Documentation building: adjusted :mod: `~sphinx.ext.intersphinx ` links to remove
2+ "intersphinx inventory has moved" warnings
3+ -- by :user: `mr-c `.
Original file line number Diff line number Diff line change 8080intersphinx_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
9491linkcheck_ignore = [
You can’t perform that action at this time.
0 commit comments