Skip to content

Commit

Permalink
Update intersphinx URLs (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Apr 22, 2024
1 parent 181a70f commit 0329304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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),
}


Expand Down

0 comments on commit 0329304

Please sign in to comment.