mirror of https://github.com/scrapy/scrapy.git
Merge pull request #4197 from elacuesta/sphinx-twisted-api
[Docs] Fix Twisted links
This commit is contained in:
commit
b0eaf114e5
|
|
@ -286,6 +286,7 @@ intersphinx_mapping = {
|
|||
'sphinx': ('https://www.sphinx-doc.org/en/master', None),
|
||||
'tox': ('https://tox.readthedocs.io/en/latest', None),
|
||||
'twisted': ('https://twistedmatrix.com/documents/current', None),
|
||||
'twistedapi': ('https://twistedmatrix.com/documents/current/api', None),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue