Skip to content

Commit 82ebd86

Browse files
authored
docs: remove six from the intersphinx mappings (#17165)
002f77c removed the last reference to six, so there is no need to pull down the six docs inventory
1 parent 43e130b commit 82ebd86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@
266266

267267
intersphinx_mapping = {
268268
"python": ("https://docs.python.org/3", None),
269-
"six": ("https://six.readthedocs.io", None),
270269
"attrs": ("https://www.attrs.org/en/stable/", None),
271270
"cython": ("https://docs.cython.org/en/latest", None),
272271
"monkeytype": ("https://monkeytype.readthedocs.io/en/latest", None),

0 commit comments

Comments
 (0)