summaryrefslogtreecommitdiff
path: root/sphinx/builders/xml.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * 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
|/ | | | | | | | | | | - 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.
* change: now XMLBuilder.get_target_uri() return docname to keep reference ↵Takayuki Shimizukawa2013-06-161-1/+1
| | | | information from document to another document. refs #1193
* builders: the text and xml builders can be parallelized tooGeorg Brandl2013-01-141-0/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* xml: Fix compatibility with docutils<0.9Jonathan Waltman2012-12-101-0/+13
|
* Add Docutils-native XML and pseudo-XML buildersJonathan Waltman2012-12-041-0/+85