Skip to content

Commit dcca579

Browse files
committed
Update fallback mapping entries for typing-extensions
1 parent 5a8be31 commit dcca579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seed_intersphinx_mapping/fallback_mapping.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"slumber": "https://slumber.readthedocs.io/en/v0.6.0/",
3232
"sphinx": "https://www.sphinx-doc.org/en/3.x/",
3333
"typing": "https://docs.python.org/3/",
34-
"typing-extensions": "https://docs.python.org/3/",
35-
"typing_extensions": "https://docs.python.org/3/",
34+
"typing-extensions": "https://typing-extensions.readthedocs.io/en/latest/",
35+
"typing_extensions": "https://typing-extensions.readthedocs.io/en/latest/",
3636
"yarl": "https://yarl.readthedocs.io/en/latest/",
3737
"zipp": "https://zipp.readthedocs.io/en/latest/"
3838
}

0 commit comments

Comments
 (0)