diff --git a/docs/conf.py b/docs/conf.py index 3a07f906..b00c5ed5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -320,7 +320,7 @@ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'python': ('https://docs.python.org/2', None), + 'python': ('https://docs.python.org/3', None), 'django': ('https://docs.djangoproject.com/en/dev/', 'https://docs.djangoproject.com/en/dev/_objects/'), }