summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 4dda8327f..96a1efbc7 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -264,8 +264,9 @@ def setup(app):
versions = ["3.2", "2.7", "2.6"]
cur_version = '.'.join(str(v) for v in sys.version_info[0:2])
-intersphinx_mapping = dict(mock=('http://www.voidspace.org.uk/python/mock',
- None))
+intersphinx_mapping = \
+ dict(mock=('http://www.voidspace.org.uk/python/mock', None),
+ cherrypy=('http://docs.cherrypy.org/stable', None))
for pyver in versions:
if pyver == cur_version:
key = 'py'