HISTORY summary
[docutils.git] / test / functional / tests / misc_rst_html4css1.py
blob7ee1921f639b84838bb490f7577b828c05d1fe4c
1 # Source and destination file names.
2 test_source = "link_in_substitution.txt"
3 test_destination = "misc_rst_html4css1.html"
5 # Keyword parameters passed to publish_file.
6 reader_name = "standalone"
7 parser_name = "rst"
8 writer_name = "html4css1"
10 # Settings
11 # test for encoded attribute value:
12 settings_overrides['stylesheet'] = 'foo&bar.css'
13 settings_overrides['stylesheet_path'] = ''
14 settings_overrides['embed_stylesheet'] = False