summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-math-compat
Commit message (Collapse)AuthorAgeFilesLines
* Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-4/+5
|
* test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-1/+0
|
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-2/+0
|
* Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-172-6/+10
|
* Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-152-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.