Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C, initial rewrite | Jakob Lykke Andersen | 2020-03-15 | 1 | -1/+1 |
| | |||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Fix UnboundLocalError when building changes | Martin Packman | 2019-03-08 | 1 | -0/+43 |
Split testing of changes builder to its own test file and root. Improve coverage a little, and add case that fails if a module directive is included in the rst source. Correctly handle changesets with a module declared. Fixes https://github.com/sphinx-doc/sphinx/issues/6134 |