rst template: remove definition of 'math' role as raw.
This used to be needed prior to v 0.8 of docutils, but now math support is built-in.
This commit is contained in:
parent
5b3247d0b2
commit
d0e49e0a8a
1 changed files with 0 additions and 6 deletions
|
@ -14,12 +14,6 @@ $else$
|
||||||
$if(date)$
|
$if(date)$
|
||||||
|
|
||||||
$endif$
|
$endif$
|
||||||
$endif$
|
|
||||||
$if(math)$
|
|
||||||
.. role:: math(raw)
|
|
||||||
:format: html latex
|
|
||||||
..
|
|
||||||
|
|
||||||
$endif$
|
$endif$
|
||||||
$if(rawtex)$
|
$if(rawtex)$
|
||||||
.. role:: raw-latex(raw)
|
.. role:: raw-latex(raw)
|
||||||
|
|
Loading…
Reference in a new issue