summaryrefslogtreecommitdiff
path: root/sphinx/builders/texinfo.py
Commit message (Expand)AuthorAgeFilesLines
* wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-1/+2
* Update copyright year.Georg Brandl2014-03-011-1/+1
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.shimizukawa2013-07-261-1/+2
* Copyright update.Georg Brandl2013-01-011-1/+1
* Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a "-...Georg Brandl2012-12-311-3/+3
* Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase.Jon Waltman2011-03-051-2/+2
* Generate domain indices in Texinfo.Jon Waltman2011-02-081-12/+0
* merge with bb://jonwaltman/sphinx-infoGeorg Brandl2011-01-041-2/+13
|\
| * Implement image handling for Texinfo builderJon Waltman2010-11-071-2/+13
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|/
* Few cleanups after texinfo builder merge (#529). Add CHANGES and AUTHORS ent...Georg Brandl2010-10-221-7/+6
* Add Texinfo builder and writerJon Waltman2010-09-161-0/+229