Fix [ 3527842 ].
[docutils.git] / test / functional / tests / math_output_mathjax.py
blobed54669a00eabe59222b14e93c5cdf14b533ef51
1 # Source and destination file names.
2 test_source = "data/math.txt"
3 test_destination = "math_output_mathjax.html"
5 # Keyword parameters passed to publish_file.
6 reader_name = "standalone"
7 parser_name = "rst"
8 writer_name = "html"
10 # Settings
11 settings_overrides['math_output'] = 'MathJax'
12 # local copy of default stylesheet:
13 settings_overrides['stylesheet_path'] = (
14 'functional/input/data/html4css1.css')