We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56adc8 commit afcf6b2Copy full SHA for afcf6b2
docs/source/conf.py
@@ -278,9 +278,9 @@
278
intersphinx_mapping = {
279
"python": ("https://docs.python.org/3", None),
280
"attrs": ("https://www.attrs.org/en/stable/", None),
281
- "cython": ("https://docs.cython.org/en/latest", None),
+ "cython": ("https://cython.readthedocs.io/en/stable", None),
282
"monkeytype": ("https://monkeytype.readthedocs.io/en/latest", None),
283
- "setuptools": ("https://setuptools.readthedocs.io/en/latest", None),
+ "setuptools": ("https://setuptools.pypa.io/en/latest", None),
284
}
285
286
0 commit comments