Fix [ 3527842 ].
[docutils.git] / test / functional / tests / field_name_limit.py
blob974aaf300f2d1b7aed448b09c0dd3d25633da640
1 # Source and destination file names.
2 test_source = "field_list.txt"
3 test_destination = "field_name_limit.html"
5 # Keyword parameters passed to publish_file.
6 reader_name = "standalone"
7 parser_name = "rst"
8 writer_name = "html"
10 # Settings
11 settings_overrides['field_name_limit'] = 0 # no limit
12 settings_overrides['docinfo_xform'] = False
13 # local copy of default stylesheet:
14 settings_overrides['stylesheet_path'] = (
15 'functional/input/data/html4css1.css')