summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-19 16:45:06 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-19 16:45:06 -0700
commit88ea4efdb917bd8e02566e0cddf952f714733bcc (patch)
tree05c4bf4574595d28e247c8d5b637521085946aa3 /doc/conf.py
parent86efcc0ceb229e8cf09c0b61b977429d5f301d09 (diff)
downloadpexpect-git-88ea4efdb917bd8e02566e0cddf952f714733bcc.tar.gz
Add spawnu interface for unicode
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 84c5ab2..4c82213 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -243,4 +243,4 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'http://docs.python.org/3/': None}