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
429 B
15 lines
429 B
7 years ago
|
# Source and destination file names.
|
||
|
test_source = "link_in_substitution.txt"
|
||
|
test_destination = "misc_rst_html4css1.html"
|
||
|
|
||
|
# Keyword parameters passed to publish_file.
|
||
|
reader_name = "standalone"
|
||
|
parser_name = "rst"
|
||
|
writer_name = "html4css1"
|
||
|
|
||
|
# Settings
|
||
|
# test for encoded attribute value:
|
||
|
settings_overrides['stylesheet'] = 'foo&bar.css'
|
||
|
settings_overrides['stylesheet_path'] = ''
|
||
|
settings_overrides['embed_stylesheet'] = False
|