HISTORY summary
[docutils.git] / test / functional / tests / standalone_rst_html5.py
blob4356eb8f1e31871372d91596a77b30d22b1b32a8
1 exec(open('functional/tests/_standalone_rst_defaults.py').read())
3 # Source and destination file names.
4 test_source = "standalone_rst_html5.txt"
5 test_destination = "standalone_rst_html5.html"
7 # Keyword parameters passed to publish_file.
8 writer_name = "html5"
10 # Settings:
11 # "smart" quotes:
12 # settings_overrides['smart_quotes']='yes'
13 # local copy of stylesheets:
14 # (Test runs in ``docutils/test/``, we need relative path from there.)
15 settings_overrides['stylesheet_dirs'] = ('.', 'functional/input/data')