summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-11-03 10:19:56 -0500
committerJason Madden <jamadden@gmail.com>2017-11-03 10:19:56 -0500
commit3214e8bf565b000e3ae67996b1e9d8e31973bd52 (patch)
tree5f84c529b4a9d2eeda87c0941873934da182787c
parent7ca5ca807d5eb0f7551f8f5e1d78e01aae3ba551 (diff)
downloadzope-pagetemplate-rtd-docs.tar.gz
Cross-refs to zope.tal[es] now that they're on RTDrtd-docs
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 480fafb..d78236f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -271,6 +271,8 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'https://docs.python.org/': None,
+ 'https://zopetales.readthedocs.io/en/latest/': None,
+ 'https://zopetal.readthedocs.io/en/latest/': None,
}
autodoc_default_flags = ['members', 'show-inheritance']