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_html.py
blobcee7caab296c34765ae2160fa7c2dd678593de4f
1 # Source and destination file names.
2 test_source = "data/math.txt"
3 test_destination = "math_output_html.html"
5 # Keyword parameters passed to publish_file.
6 reader_name = "standalone"
7 parser_name = "rst"
8 writer_name = "html"
10 # Extra settings
11 settings_overrides['math_output'] = 'HTML'
12 # stylesheets:
13 settings_overrides['stylesheet_path'] = (
14 'functional/input/data/html4css1.css,'
15 'functional/input/data/math.css')