From 3214e8bf565b000e3ae67996b1e9d8e31973bd52 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Fri, 3 Nov 2017 10:19:56 -0500 Subject: Cross-refs to zope.tal[es] now that they're on RTD --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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'] -- cgit v1.2.1