Website: add template and basic stylesheet with menu. Update buildhtml.py (and theref...
[docutils.git] / sandbox / gitpull / web_stylesheet_and_menu / test / functional / tests / math_output_mathml.py
blobb3f7f94fb5bf3dff02f8b4d22e4feec559f27b92
1 # Source and destination file names.
2 test_source = "data/math.txt"
3 test_destination = "math_output_mathml.xhtml"
5 # Keyword parameters passed to publish_file.
6 reader_name = "standalone"
7 parser_name = "rst"
8 writer_name = "xhtml"
10 # Settings
11 settings_overrides['math_output'] = 'MathML'
12 # local copy of default stylesheet:
13 # (test runs in ``docutils/test/``, we need relative path from there.)
14 settings_overrides['stylesheet_dirs'] = ('.', 'functional/input/data')