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 e3e69d1 commit 4205609Copy full SHA for 4205609
docs/conf.py
@@ -291,9 +291,10 @@
291
'pytest': ('https://docs.pytest.org/en/latest', None),
292
'python': ('https://docs.python.org/3', None),
293
'sphinx': ('https://www.sphinx-doc.org/en/master', None),
294
- 'tox': ('https://tox.readthedocs.io/en/latest', None),
295
- 'twisted': ('https://twistedmatrix.com/documents/current', None),
296
- 'twistedapi': ('https://twistedmatrix.com/documents/current/api', None),
+ 'tox': ('https://tox.wiki/en/latest/', None),
+ 'twisted': ('https://docs.twisted.org/en/stable/', None),
+ 'twistedapi': ('https://docs.twisted.org/en/stable/api/', None),
297
+ 'w3lib': ('https://w3lib.readthedocs.io/en/latest', None),
298
}
299
intersphinx_disabled_reftypes = []
300
0 commit comments