1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Fixed #19266 -- Added Texinfo documentation target

Thanks orontee for the report and initial patch.
This commit is contained in:
Claude Paroz
2012-11-09 09:00:27 +01:00
parent 9942adac17
commit a79d920a56
3 changed files with 25 additions and 0 deletions

View File

@@ -248,6 +248,16 @@ man_pages = [
]
# -- 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
)]
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.