Skip to content

Commit 2c55812

Browse files
committed
Fix loading of intersphinx setuptools [ci skip]
1 parent a02bf8b commit 2c55812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
# Example configuration for intersphinx: refer to the Python standard library.
262262
intersphinx_mapping = {
263263
'python': ('https://docs.python.org/', None),
264-
'setuptools': ('https://setuptools.readthedocs.io/', None),
264+
'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
265265
'flask': ('http://flask.pocoo.org/docs/', None),
266266
}
267267

0 commit comments

Comments
 (0)