summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-24 08:15:18 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-24 08:17:29 +0200
commit1dcb8a49933cb98109c6524220089cabe81e355e (patch)
tree1ade9409eb0f5b88087f7351cb03adc1d5712939 /docs
parent7092445adf156f0a0d900d1a03d982c8fe9538ee (diff)
downloadpyramid-1dcb8a49933cb98109c6524220089cabe81e355e.tar.gz
pyramid-1dcb8a49933cb98109c6524220089cabe81e355e.tar.bz2
pyramid-1dcb8a49933cb98109c6524220089cabe81e355e.zip
add webob to intersphinx list
With this change, we get hyperlinks for webob cross-references.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index eff6db488..69d00cdaa 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,6 +55,7 @@ extensions = [
# Looks for objects in external projects
intersphinx_mapping = {
+ 'webob': ('http://docs.webob.org/en/latest', None),
'sqla': ('http://docs.sqlalchemy.org/en/latest', None),
'who': ('http://docs.repoze.org/who/latest', None),
'python': ('http://docs.python.org', None),