| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -4/+5 |
| | | |||||
| * | 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 |
| | | |||||
| * | Enable math_block node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-17 | 2 | -6/+10 |
| | | |||||
| * | Enable math node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-15 | 2 | -0/+39 |
| Nowadays, math elements (inline and block level equations) are integrated into reST spec by default. But, in Sphinx, they are not enabled by default. For this reason, users have to enable one of math extensions even if target builder supports math elements directly. This change starts to enable them by default. As a first step, this replaces math node and its structure by docutils based one. | |||||
