update twisted api url (#1737)

* update twisted api url
This commit is contained in:
Michel Oosterhof 2022-07-04 17:37:34 +08:00 committed by GitHub
parent 727b3285e8
commit deb69c2c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ todo_include_todos = True
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"twisted": ("https://twistedmatrix.com/documents/current/api/", None),
"twisted": ("https://docs.twistedmatrix.com/en/latest/api/", None),
}
# -- Options for sphinx copybutton extension ---------------------------------