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.
7 lines
309 B
7 lines
309 B
# initialize with the settings & definitions from test 1: |
|
exec(open('functional/tests/standalone_rst_s5_html_1.py').read()) |
|
|
|
# overrides specific to this test: |
|
test_destination = 'standalone_rst_s5_html_2.html' |
|
del settings_overrides['theme'] # use the default |
|
settings_overrides['current_slide'] = 1
|
|
|