1 exec(open('functional/tests/_standalone_rst_defaults.py').read())
3 # Source and destination file names.
4 test_source
= "footnotes.txt"
5 test_destination
= "footnotes_html5.html"
7 # Keyword parameters passed to publish_file.
11 settings_overrides
['footnote_references']='superscript'
12 # local copy of stylesheets:
13 # (Test runs in ``docutils/test/``, we need relative path from there.)
14 settings_overrides
['stylesheet_dirs'] = ('.', 'functional/input/data')