#19266: Add documentation target for texinfo format
-------------------------------+-----------------------------------
     Reporter:  orontee        |      Owner:  nobody
         Type:  New feature    |     Status:  new
    Component:  Documentation  |    Version:  1.4
     Severity:  Normal         |   Keywords:  documentation texinfo
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+-----------------------------------
 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)]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19266>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to