add Python stdlib intersphinx mapping

This commit is contained in:
nulano 2020-07-09 23:20:45 +02:00
parent f2c4be799c
commit af5e0fa2aa

View File

@ -34,6 +34,8 @@ extensions = [
"sphinx_removed_in",
]
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']