summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-28 20:11:07 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-28 20:11:07 +0200
commitc2837c9f05304f685bde4baa4814f304d4aa67ef (patch)
tree44e349493fc4b146b2b54540c427a6db51cc9664 /docs/conf.py
parent4b43baa10d86d27775081d12e561628bc398b96d (diff)
downloadpyramid-c2837c9f05304f685bde4baa4814f304d4aa67ef.tar.gz
pyramid-c2837c9f05304f685bde4baa4814f304d4aa67ef.tar.bz2
pyramid-c2837c9f05304f685bde4baa4814f304d4aa67ef.zip
enable Sphinx cross-referencing for pyramid_toolbar
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 69d00cdaa..6662b1b43 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -65,6 +65,9 @@ intersphinx_mapping = {
None),
'venusian':
('http://docs.pylonsproject.org/projects/venusian/en/latest', None),
+ 'toolbar':
+ ('http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest',
+ None),
}
# Add any paths that contain templates here, relative to this directory.