Skip to content

Commit d5b89ff

Browse files
committed
fix: link to readthedocs URL to avoid warning
1 parent 5d50a8d commit d5b89ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@
376376
'python': ('https://docs.python.org/3', None),
377377
'python2': ('https://docs.python.org/2', None),
378378
'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),
379+
'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
380+
'twine': ('https://twine.readthedocs.io/en/stable/', None),
381381
}
382382

383383

0 commit comments

Comments
 (0)