blob: 89ac9b42c7065abdb64ecc54e7e3362225b3d0a5 (
plain)
1
2
3
4
5
6
7
8
9
|
# Source and destination file names
test_source = "standalone_rst_manpage.txt"
test_destination = "standalone_rst_manpage.man"
# Keyword parameters passed to publish_file()
writer_name = "manpage"
settings_overrides = {
'sectsubtitle_xform': True,
}
|