Website: add template and basic stylesheet with menu. Update buildhtml.py (and theref...
[docutils.git] / sandbox / gitpull / web_stylesheet_and_menu / test / functional / tests / standalone_rst_pseudoxml.py
blob4e4821b0c86cfdc6d462d4b90b8ff035a05af554
1 exec(open('functional/tests/_standalone_rst_defaults.py').read())
3 # Source and destination file names.
4 test_source = "standalone_rst_pseudoxml.txt"
5 test_destination = "standalone_rst_pseudoxml.txt"
7 # Keyword parameters passed to publish_file.
8 writer_name = "pseudoxml"
10 # Settings
11 # enable INFO-level system messages in this test:
12 settings_overrides['report_level'] = 1