blob: a4829d8098b0529924124b1ce18b98800c9bbe5a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Source and destination file names
test_source = "compact_lists.txt"
test_destination = "compact_lists.html"
# Keyword parameters passed to publish_file()
writer_name = "html4"
settings_overrides = {
# location of stylesheets (relative to ``docutils/test/``)
'stylesheet_dirs': ('functional/input/data', ),
}
|