summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-03 19:58:23 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-03 19:58:23 +0200
commit922e9d585d6b61e0a2261d6d45363890fe719d4f (patch)
treeeb76e6d42362a636a03f681642251e5b213a62c4 /docs/conf.py
parent20c57e6cbdd28fba9fa660d6d47f940a6b9c730b (diff)
downloadpyramid-922e9d585d6b61e0a2261d6d45363890fe719d4f.tar.gz
pyramid-922e9d585d6b61e0a2261d6d45363890fe719d4f.tar.bz2
pyramid-922e9d585d6b61e0a2261d6d45363890fe719d4f.zip
add zope.component to intersphinx_mapping dict
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ce1d1cce1..1ddcae08e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,6 +55,7 @@ extensions = [
# Looks for objects in external projects
intersphinx_mapping = {
+ 'zcomponent': ('http://docs.zope.org/zope.component', None),
'webtest': ('http://webtest.pythonpaste.org/en/latest', None),
'webob': ('http://docs.webob.org/en/latest', None),
'sqla': ('http://docs.sqlalchemy.org/en/latest', None),