Fix tests after renaming html5 writer.
[docutils.git] / test / functional / tests / footnotes_html5.py
blob762799394703290fda234a79909ca017ddc59ded
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.
8 writer_name = "html5"
10 # Settings:
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')