We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d50a8d commit d5b89ffCopy full SHA for d5b89ff
1 file changed
source/conf.py
@@ -376,8 +376,8 @@
376
'python': ('https://docs.python.org/3', None),
377
'python2': ('https://docs.python.org/2', None),
378
'pip': ('https://pip.pypa.io/en/latest/', None),
379
- 'setuptools': ('https://setuptools.rtfd.io/en/latest/', None),
380
- 'twine': ('https://twine.rtfd.io/en/stable/', None),
+ 'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
+ 'twine': ('https://twine.readthedocs.io/en/stable/', None),
381
}
382
383
0 commit comments