diff --git a/docs/source/conf.py b/docs/source/conf.py index 6c5ab903..f1071d9d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -164,7 +164,7 @@ epub_exclude_files = ['search.html'] # -- Intersphinx ---------------------------------------------------------- -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'https://docs.python.org/3/': None} # -- Read The Docs --------------------------------------------------------