summaryrefslogtreecommitdiff
path: root/common/doc/template/mstar/rst2html-mstar
diff options
context:
space:
mode:
authorNicolas Schodet2012-03-27 09:40:45 +0200
committerNicolas Schodet2012-04-11 11:16:00 +0200
commit0e69893e0b4b6b72b9544589d5d75184326f37c6 (patch)
tree0d85e02d2f121ee483247912a8078d97765be8f4 /common/doc/template/mstar/rst2html-mstar
parent1cbfed658de876cce9e477bae9dd5235f70c637b (diff)
common/doc/template: use HTML for math output
Diffstat (limited to 'common/doc/template/mstar/rst2html-mstar')
-rwxr-xr-xcommon/doc/template/mstar/rst2html-mstar1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/doc/template/mstar/rst2html-mstar b/common/doc/template/mstar/rst2html-mstar
index 1ce9e3b084..6e0e026d71 100755
--- a/common/doc/template/mstar/rst2html-mstar
+++ b/common/doc/template/mstar/rst2html-mstar
@@ -18,6 +18,7 @@ import vcs_version_directive
description = __doc__ + default_description
overrides = {
+ 'math_output': 'HTML',
}
publish_cmdline(writer_name='html', description=description,
settings_overrides = overrides)