1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-21 05:33:16 +00:00

Add separate mapping for Twisted API docs

This commit is contained in:
Eugenio Lacuesta 2019-11-27 19:16:18 -03:00
parent 17e6481823
commit 048cd74ae5
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810

View File

@ -279,7 +279,8 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'sphinx': ('https://www.sphinx-doc.org/en/master', None),
'tox': ('https://tox.readthedocs.io/en/latest', None),
'twisted': ('https://twistedmatrix.com/documents/current/api', None),
'twisted': ('https://twistedmatrix.com/documents/current', None),
'twistedapi': ('https://twistedmatrix.com/documents/current/api', None),
}