summaryrefslogtreecommitdiff
path: root/tests/roots/test-api-set-translator
Commit message (Collapse)AuthorAgeFilesLines
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-302-8/+8
| | | Move the HTML 4 translator into a private module.
* Sort imports with isortFrançois Freitag2020-11-111-1/+0
| | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip.
* test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-032-2/+0
|
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-023-5/+0
|
* Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-6/+0
|
* Fix flake8 violationsTakeshi KOMIYA2018-02-192-2/+4
|
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* Fixup windows newlines.Georg Brandl2014-09-214-97/+97
|
* fix test caused by previious commit: 989c16e04371cTakayuki Shimizukawa2014-08-051-6/+4
|
* Add app.set_translator() API to register or override a Docutils translator ↵Takayuki Shimizukawa2014-08-054-0/+100
class like :confval:`html_translator_class`.