summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5eb18f15f..d61df6580 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -81,7 +81,8 @@ intersphinx_mapping = {
'webtest': ('http://webtest.pythonpaste.org/en/latest', None),
'who': ('http://repozewho.readthedocs.org/en/latest', None),
'zcml': ('http://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None),
- 'zcomponent': ('http://zopecomponent.readthedocs.io/en/stable/', None),
+ 'zcomponent': ('http://zopecomponent.readthedocs.io/en/latest/', None),
+ 'zinterface': ('http://zopeinterface.readthedocs.io/en/latest/', None),
}