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:
John MacFarlane 2018-02-08 16:31:19 -08:00
parent 5b3247d0b2
commit d0e49e0a8a

View file

@ -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)