diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index c524bc5d5..48658ee9b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,6 +74,8 @@ intersphinx_mapping = { 'toolbar': ('https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/', None), 'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None), 'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest/', None), + 'zcml': ( + 'https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest/', None), } |
