You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
457 B
15 lines
457 B
# Source and destination file names. |
|
test_source = "field_list.txt" |
|
test_destination = "field_name_limit.html" |
|
|
|
# Keyword parameters passed to publish_file. |
|
reader_name = "standalone" |
|
parser_name = "rst" |
|
writer_name = "html" |
|
|
|
# Settings |
|
settings_overrides['field_name_limit'] = 0 # no limit |
|
settings_overrides['docinfo_xform'] = False |
|
# local copy of default stylesheet: |
|
settings_overrides['stylesheet_path'] = ( |
|
'functional/input/data/html4css1.css')
|
|
|