From 032930444198a7232f3360874bf4e84ec7b207ba Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Mon, 22 Apr 2024 12:22:47 +0500 Subject: [PATCH] Update intersphinx URLs (#224) --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 0d6ec28..d01e680 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -252,8 +252,8 @@ intersphinx_mapping = { "pytest": ("https://docs.pytest.org/en/latest", None), "python": ("https://docs.python.org/3", None), - "scrapy": ("https://scrapy.readthedocs.io/en/latest", None), - "tox": ("https://tox.readthedocs.io/en/latest", None), + "scrapy": ("https://docs.scrapy.org/en/latest", None), + "tox": ("https://tox.wiki/en/latest", None), }