summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2021-06-19 01:29:45 -0700
committerSteve Piercy <web@stevepiercy.com>2021-06-19 01:31:05 -0700
commit0e4a1e3773e383ae756164e2cb5f32592d63e131 (patch)
treedcb1c994887ef11c024c1dacd782bb79db8081eb /docs/conf.py
parent8061fce297cc7117d3e6e2b39e47512c7db2904f (diff)
downloadpyramid-0e4a1e3773e383ae756164e2cb5f32592d63e131.tar.gz
pyramid-0e4a1e3773e383ae756164e2cb5f32592d63e131.tar.bz2
pyramid-0e4a1e3773e383ae756164e2cb5f32592d63e131.zip
Fix API documentation links to webob, and rename the objects with their full and correct namespace
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 053dacbac..0e2c6b2cd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -77,6 +77,7 @@ intersphinx_mapping = {
'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None),
'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest/', None),
'webtest': ('https://docs.pylonsproject.org/projects/webtest/en/latest/', None),
+ 'webob': ('https://docs.pylonsproject.org/projects/webob/en/latest/', None),
'zcml': (
'https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest/', None),
}