Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -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 testcases | Takeshi KOMIYA | 2019-01-03 | 1 | -1/+0 |
| | |||||
* | Remove coding magic comments from tests | Takeshi KOMIYA | 2019-01-02 | 2 | -4/+0 |
| | |||||
* | Change interface of add_source_parser() and add add_source_suffix() | Takeshi KOMIYA | 2018-02-21 | 1 | -1/+2 |
| | |||||
* | source_parsers should fill Parser.supported attribute to let Sphinx know ↵ | Takeshi KOMIYA | 2018-01-25 | 1 | -0/+2 |
| | | | | supported formats | ||||
* | Fix #2445: `rst_prolog` and `rst_epilog` affect to non reST sources | Takeshi KOMIYA | 2016-05-25 | 5 | -0/+33 |
| | |||||
* | Add testcase for rst_prolog and rst_epilog | Takeshi KOMIYA | 2016-05-25 | 2 | -0/+5 |