diff --git a/docs/conf.py b/docs/conf.py index 05df507..c4ca874 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -275,6 +275,5 @@ # Allow duplicate toc entries. #epub_tocdup = True - # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}