From 268a9d7990d789aa29326f20497c14db1d079bac Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 17 May 2010 16:27:20 -0400 Subject: [PATCH] Add intersphinx_mapping to doc/conf.py This tell's intersphinx where to find documentation for other projects. Currently we've only told it about the standard Python libraries. http://sphinx.pocoo.org/latest/ext/intersphinx.html#confval-intersphinx_mapping --- doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 1f1de4d..5cbc0f0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -198,3 +198,7 @@ latex_documents = [ # If false, no module index is generated. #latex_use_modindex = True + +# -- Options for LaTeX intersphinx---------------------------------------------- + +intersphinx_mapping = {'http://docs.python.org/dev': None} -- 2.26.2