Merge branch 'docs-py3' into 'master'

Update documentation links to latest Python 3 documentation

See merge request pycqa/flake8!242
This commit is contained in:
Ian Stapleton Cordasco 2018-06-29 01:46:26 +00:00
commit 44657876a8
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)}