summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-31 00:29:12 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-31 00:29:12 +0200
commitd4683cbbfc370fd908592399a36ea47db2570b72 (patch)
tree4add4196c61dc16962a78a060c52ff1c47158bb3 /docs/conf.py
parentbd10de6b53905fa260b44ae6f468bac1ea30b91b (diff)
downloadpyramid-d4683cbbfc370fd908592399a36ea47db2570b72.tar.gz
pyramid-d4683cbbfc370fd908592399a36ea47db2570b72.tar.bz2
pyramid-d4683cbbfc370fd908592399a36ea47db2570b72.zip
fix some cross-references
Also add webtest to intersphinx_mapping
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 6662b1b43..ce1d1cce1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,6 +55,7 @@ extensions = [
# Looks for objects in external projects
intersphinx_mapping = {
+ 'webtest': ('http://webtest.pythonpaste.org/en/latest', None),
'webob': ('http://docs.webob.org/en/latest', None),
'sqla': ('http://docs.sqlalchemy.org/en/latest', None),
'who': ('http://docs.repoze.org/who/latest', None),