﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19266	Add documentation target for texinfo format	Matthias Meulien	nobody	"Sphinx has a builder for texinfo format. It builds a correct version of the documentation in texinfo format after editing docs/conf.py in the following way. It would be usefull to have a targets in docs/Makefile and docs/make.bat that build that documentation. 

diff --git a/docs/conf.py b/docs/conf.py
index ced3fef..f4c13cf 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -286,3 +286,9 @@ epub_copyright = '2010, Django Software Foundation'
 
 # Allow duplicate toc entries.
 #epub_tocdup = True
+
+# -- Options for Texinfo output ------------------------------------------------
+
+# List of tuples (startdocname, targetname, title, author, dir_entry,
+# description, category, toctree_only)
+texinfo_documents=[(master_doc, ""django"", """", """", ""Django"", ""Documentation of the Django framework"", ""Web development"", False)]
"	New feature	closed	Documentation	1.4	Normal	fixed	documentation texinfo		Unreviewed	0	0	0	0	0	0
