diff --git a/docs/conf.py b/docs/conf.py index fd908b2..01dc3e6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -311,7 +311,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/3': None,} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} # on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org on_rtd = os.environ.get('READTHEDOCS', None) == 'True'