diff --git a/docs/conf.py b/docs/conf.py index 260e333e..3ae9aeab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ---------------------------------