From 0e4a1e3773e383ae756164e2cb5f32592d63e131 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 19 Jun 2021 01:29:45 -0700 Subject: Fix API documentation links to webob, and rename the objects with their full and correct namespace --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') 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), } -- cgit v1.2.3