mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #19266 -- Added Texinfo documentation target
Thanks orontee for the report and initial patch.
This commit is contained in:
parent
9942adac17
commit
a79d920a56
3 changed files with 25 additions and 0 deletions
10
docs/conf.py
10
docs/conf.py
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue