| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: test: Remove unused settings from conf.py | Takeshi KOMIYA | 2019-02-14 | 1 | -1/+0 |
| | | |||||
| * | 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 | 1 | -2/+0 |
| | | |||||
| * | Add another test for empty toctree | Anthony Johnson | 2017-03-29 | 2 | -0/+3 |
| | | |||||
| * | Allow empty toctree in singlehtml builder | Anthony Johnson | 2017-03-05 | 2 | -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. | |||||
