summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-03-12 20:58:08 -0600
committerGitHub <noreply@github.com>2022-03-12 20:58:08 -0600
commit440db5f87193ad2713869c422c2f162c155d99ee (patch)
treef1db3b2688eaaf9526b6181a2c94a375a559a101 /docs/conf.py
parent7897845be73c2b33af8339aebdb2ea2c6aca4e39 (diff)
parent0e4a1e3773e383ae756164e2cb5f32592d63e131 (diff)
downloadpyramid-440db5f87193ad2713869c422c2f162c155d99ee.tar.gz
pyramid-440db5f87193ad2713869c422c2f162c155d99ee.tar.bz2
pyramid-440db5f87193ad2713869c422c2f162c155d99ee.zip
Merge pull request #3674 from stevepiercy/master
Fix API documentation links to webob, and rename the objects with the…
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 95b3193c5..56de31591 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),
}