blob: 3ac4c3f8b63b82b403ba4d3bfaa29b9df74fa566 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Source and destination file names.
test_source = "compact_lists.txt"
test_destination = "compact_lists.html"
# Keyword parameters passed to publish_file.
reader_name = "standalone"
parser_name = "rst"
writer_name = "html"
# Settings
#settings_overrides['key'] =
|