| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵ | James Addison | 2023-04-23 | 1 | -0/+0 |
| | | | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47. | ||||
| * | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 1 | -0/+0 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | Remove tests that rely on setuptools | Adam Turner | 2023-03-05 | 2 | -13/+0 |
| | | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+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. | ||||
| * | Strip trailing whitespaces and normalize line endings | François Freitag | 2020-10-03 | 5 | -26/+26 |
| | | | | | | | | | Trailing whitespace do not have impact on the result, they are just unused bytes. Most text editors are configured to strip trailing whitespaces. Remove them all in one go. Update a handful of files to use the UNIX line ending. | ||||
| * | Fix tests | Septatrix | 2020-03-14 | 1 | -1/+1 |
| | | |||||
| * | Remove html_pygments_dark_style option | Septatrix | 2020-03-14 | 1 | -0/+1 |
| | | |||||
| * | 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 | 3 | -6/+0 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 3 | -10/+8 |
| | | |||||
| * | Merge branch 'stable' | Takeshi KOMIYA | 2017-12-16 | 5 | -0/+14 |
| |\ | |||||
| | * | diet test-root: Move testtheme to test-theming | Takeshi KOMIYA | 2017-12-15 | 4 | -0/+14 |
| | | | |||||
| | * | diet test-root: Move ziptheme to test-theming | Takeshi KOMIYA | 2017-12-15 | 1 | -0/+0 |
| | | | |||||
| * | | HTML themes can set up default sidebars through ``theme.conf`` | Takeshi KOMIYA | 2017-10-22 | 1 | -0/+1 |
| |/ | |||||
| * | Fix fail to load template file if the parent template is archived | Takeshi KOMIYA | 2017-04-18 | 3 | -0/+1 |
| | | |||||
| * | fix testing for text builder that generate ↵ | shimizukawa | 2016-01-09 | 1 | -0/+1 |
| | | | | | _build/text/_build/text/_build/... recursive directories because *.txt in _build/text previously generated was detected as source file. | ||||
| * | refs #1777: fix testing. first time testing always failed it means testing ↵ | shimizukawa | 2015-03-15 | 1 | -1/+1 |
| | | | | | on travis.ci will never be succeeded. | ||||
| * | refs #1777: add test for loading theme plugins | shimizukawa | 2015-03-15 | 6 | -0/+35 |
