From b73eaab2fe875b0fdca1176cbdb55a4b8fcdc098 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Wed, 4 Jul 2012 18:42:13 +0200 Subject: Add texinfo build target for document --- doc/source/conf.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index ec72bf0d1..f22505f97 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -199,6 +199,18 @@ latex_preamble = r''' latex_use_modindex = False +# ----------------------------------------------------------------------------- +# Texinfo output +# ----------------------------------------------------------------------------- + +texinfo_documents = [ + ("contents", 'numpy', 'Numpy Documentation', _stdauthor, 'Numpy', + "NumPy: array processing for numbers, strings, records, and objects.", + 'Programming', + 1), +] + + # ----------------------------------------------------------------------------- # Intersphinx configuration # ----------------------------------------------------------------------------- -- cgit v1.2.1