summaryrefslogtreecommitdiff
path: root/sphinx/builders/text.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
|/ | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* Closes #901: Emit a warning when using docutils' new "math" markup without a ↵Georg Brandl2014-01-111-0/+1
| | | | Sphinx math extension active.
* builders: the text and xml builders can be parallelized tooGeorg Brandl2013-01-141-0/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
|
* Refactor util package.Georg Brandl2010-01-171-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-051-1/+1
|
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-0/+1
| | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag.
* Reformat to EOL80.Georg Brandl2009-01-101-2/+3
|
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|
* Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
|
* Move builders and writers into new packages.Georg Brandl2008-11-291-0/+68