summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-06 07:07:37 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-04-06 07:50:57 +0200
commit125ea45ae864a5513e6d83fdded6ceea9516b578 (patch)
tree1b850fdb3fd206594a8c0c53c16f7b4b1fc01444 /docs/conf.py
parenta62ebd5725338d753d49ff1b6b8bf0fe95b19c92 (diff)
downloadpyramid-125ea45ae864a5513e6d83fdded6ceea9516b578.tar.gz
pyramid-125ea45ae864a5513e6d83fdded6ceea9516b578.tar.bz2
pyramid-125ea45ae864a5513e6d83fdded6ceea9516b578.zip
fix some cross-references
Also, pyramid_zcml is cross-referenced, so add it to intersphinx_mapping dict.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1ddcae08e..67e02471f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -70,6 +70,9 @@ intersphinx_mapping = {
'toolbar':
('http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest',
None),
+ 'zcml':
+ ('http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest',
+ None),
}
# Add any paths that contain templates here, relative to this directory.