summaryrefslogtreecommitdiff
path: root/sphinx/builders/xml.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Do isortTakeshi KOMIYA2020-11-121-1/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+1
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-5/+1
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+6
* Migrate to py3 style type annotation: sphinx.builders.xmlTakeshi KOMIYA2019-06-101-21/+11
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-191-2/+2
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-6/+5
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Fix annotations for buildersTakeshi KOMIYA2018-12-021-2/+3
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Deprecate suffix for env.doc2path()Takeshi KOMIYA2018-09-221-2/+1
* | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-2/+1
|/
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-3/+4
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+4
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Move translators to SphinxFactoryTakeshi KOMIYA2017-04-221-0/+2
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-1/+13
* | Use loggersTakeshi KOMIYA2017-01-021-1/+4
|/
* builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+7
* Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-4/+1
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* builders: pep8 fixesGeorg Brandl2015-03-081-0/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * 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
|/
* change: now XMLBuilder.get_target_uri() return docname to keep reference info...Takayuki Shimizukawa2013-06-161-1/+1
* 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