summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-06-29 01:46:26 +0000
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-06-29 01:46:26 +0000
commit44657876a8dcf234a3dfafb82a11d1f1921120c9 (patch)
treeb9938a6f9bef08825d309468216ded3481487fa8 /docs
parent79a746339643d230ed6d1c14f4bb33230b01c757 (diff)
parent3d394b1ab033ef1bd8202470ab7ff8db65cc849f (diff)
downloadflake8-44657876a8dcf234a3dfafb82a11d1f1921120c9.tar.gz
Merge branch 'docs-py3' into 'master'
Update documentation links to latest Python 3 documentation See merge request pycqa/flake8!242
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 355e6ff..dd2003f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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)}