summaryrefslogtreecommitdiff
path: root/tests/roots/test-theming
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵James Addison2023-04-231-0/+0
| | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47.
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-0/+0
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Remove tests that rely on setuptoolsAdam Turner2023-03-052-13/+0
|
* Sort imports with isortFrançois Freitag2020-11-111-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 endingsFrançois Freitag2020-10-035-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 testsSeptatrix2020-03-141-1/+1
|
* Remove html_pygments_dark_style optionSeptatrix2020-03-141-0/+1
|
* test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-1/+0
|
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-023-6/+0
|
* Fix flake8 violationsTakeshi KOMIYA2018-02-193-10/+8
|
* Merge branch 'stable'Takeshi KOMIYA2017-12-165-0/+14
|\
| * diet test-root: Move testtheme to test-themingTakeshi KOMIYA2017-12-154-0/+14
| |
| * diet test-root: Move ziptheme to test-themingTakeshi KOMIYA2017-12-151-0/+0
| |
* | HTML themes can set up default sidebars through ``theme.conf``Takeshi KOMIYA2017-10-221-0/+1
|/
* Fix fail to load template file if the parent template is archivedTakeshi KOMIYA2017-04-183-0/+1
|
* fix testing for text builder that generate ↵shimizukawa2016-01-091-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 ↵shimizukawa2015-03-151-1/+1
| | | | on travis.ci will never be succeeded.
* refs #1777: add test for loading theme pluginsshimizukawa2015-03-156-0/+35