summaryrefslogtreecommitdiff
path: root/tests/roots/test-templating
Commit message (Collapse)AuthorAgeFilesLines
* Close #4030: autosummary: Add autosummary_contextTakeshi KOMIYA2020-04-251-0/+1
|
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-2/+0
|
* The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-0/+0
|
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+0
|
* 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.
* Complete test suite overhaul.Georg Brandl2014-09-211-7/+1
| | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* Fix autosummary template overloading cause infinite recursive function call. ↵Takayuki Shimizukawa2013-12-275-0/+45
Closes #1335