From deb69c2c43cc2c7b6b01cec0db096e3deafaff0b Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Mon, 4 Jul 2022 17:37:34 +0800 Subject: [PATCH] update twisted api url (#1737) * update twisted api url --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---------------------------------