relative stylesheet_dirs to make test pass
[docutils.git] / docutils / test / functional / tests / misc_rst_html4css1.py
blob950f71f10c6dfacbe25632af42fe907a3b131338
1 # Source and destination file names.
2 test_source = "misc_rst_html4css1.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 in optional stylesheet name:
12 settings_overrides['stylesheet'] = 'foo&bar.css, html4css1.css'
13 settings_overrides['stylesheet_path'] = ''
14 # local copy of stylesheets:
15 # (Test runs in ``docutils/test/``, we need relative path from there.)
16 settings_overrides['stylesheet_dirs'] = ('.', 'functional/input/data')