summaryrefslogtreecommitdiff
path: root/tests/roots/test-prolog
Commit message (Collapse)AuthorAgeFilesLines
* Sort imports with isortFrançois Freitag2020-11-111-0/+1
| | | | | | | | | | | | 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-031-1/+0
|
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-022-4/+0
|
* Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-1/+2
|
* source_parsers should fill Parser.supported attribute to let Sphinx know ↵Takeshi KOMIYA2018-01-251-0/+2
| | | | supported formats
* Fix #2445: `rst_prolog` and `rst_epilog` affect to non reST sourcesTakeshi KOMIYA2016-05-255-0/+33
|
* Add testcase for rst_prolog and rst_epilogTakeshi KOMIYA2016-05-252-0/+5