Update documentation links to latest Python 3 documentation

The URL https://docs.python.org/3/ is actively maintained and updated.
This commit is contained in:
Jon Dufresne 2018-06-10 11:23:28 -07:00
parent 33e7eae53a
commit 3d394b1ab0
2 changed files with 2 additions and 2 deletions

View file

@ -297,4 +297,4 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'python': ('https://docs.python.org/3.4', None)}
intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}