1 # Test re-writing of stylesheet paths relative to output directory
3 # Source and destination file names.
4 test_source
= "simple.txt"
5 test_destination
= "stylesheet_path_html4css1.html"
7 # Keyword parameters passed to publish_file.
8 reader_name
= "standalone"
10 writer_name
= "html4css1"
13 settings_overrides
['stylesheet'] = ''
14 settings_overrides
['stylesheet_path'] = 'data/ham.css,/missing.css'
15 settings_overrides
['embed_stylesheet'] = False