summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorTakafumi Arakaki <aka.tkf@gmail.com>2012-07-04 18:42:13 +0200
committerCharles Harris <charlesr.harris@gmail.com>2013-03-02 14:06:51 -0700
commitb73eaab2fe875b0fdca1176cbdb55a4b8fcdc098 (patch)
tree1e7f6c4a9247173e6551477880c8102d034e8ffb /doc/source/conf.py
parent6f23bce1530d032012dbd60929fb9def84c36467 (diff)
downloadnumpy-b73eaab2fe875b0fdca1176cbdb55a4b8fcdc098.tar.gz
Add texinfo build target for document
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py12
1 files changed, 12 insertions, 0 deletions
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
@@ -200,6 +200,18 @@ 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
# -----------------------------------------------------------------------------
intersphinx_mapping = {'http://docs.python.org/dev': None}