Website: add template and basic stylesheet with menu. Update buildhtml.py (and theref...
[docutils.git] / sandbox / gitpull / web_stylesheet_and_menu / test / functional / tests / compact_lists.py
blob688d786eb0ddb88c0430a10ab80adf1fcb1f3aa8
1 # Source and destination file names.
2 test_source = "compact_lists.txt"
3 test_destination = "compact_lists.html"
5 # Keyword parameters passed to publish_file.
6 reader_name = "standalone"
7 parser_name = "rst"
8 writer_name = "html"
10 # Settings
11 # local copy of default stylesheet:
12 settings_overrides['stylesheet_path'] = (
13 'functional/input/data/html4css1.css')