Use a better intersphinx mapping

This commit is contained in:
Dave Halter
2020-07-26 13:13:12 +02:00
parent f79432ecab
commit 020d7a9acb

View File

@@ -273,7 +273,7 @@ autodoc_default_flags = []
# -- Options for intersphinx module --------------------------------------------
intersphinx_mapping = {
'http://docs.python.org/': ('https://docs.python.org/3.8', None),
'http://docs.python.org/': ('https://docs.python.org/3', None),
}