From e38a0e2df595690f26aaa1c620b8823715425191 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 24 Apr 2024 18:04:38 +0300 Subject: [PATCH] docs: remove six from the intersphinx mappings 002f77cedc9a5c772ebcfb0c5d245a98044c8b21 removed the last reference to six, so there is no need to pull down the six docs inventory --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 683b2a6785b3..fa76734054ac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -266,7 +266,6 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "six": ("https://six.readthedocs.io", None), "attrs": ("https://www.attrs.org/en/stable/", None), "cython": ("https://docs.cython.org/en/latest", None), "monkeytype": ("https://monkeytype.readthedocs.io/en/latest", None),