summaryrefslogtreecommitdiff
path: root/tests/roots/test-toctree-empty
Commit message (Collapse)AuthorAgeFilesLines
* refactor: test: Remove unused settings from conf.pyTakeshi KOMIYA2019-02-141-1/+0
|
* test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-1/+0
|
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-2/+0
|
* Add another test for empty toctreeAnthony Johnson2017-03-292-0/+3
|
* Allow empty toctree in singlehtml builderAnthony Johnson2017-03-052-0/+9
We noticed this issue with the 0.2.x release of snide/sphinx_rtd_theme. Because we are calling toctree unconditionally, we notice a bug in the singlehtml builder when the docs have an empty/nonexistant toctree. In this case, `fix_refuris` as being passed `None`, which failed to traverse, throwing an exception. This conditionally fixes the refuris instead.