summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/latex_docinfo.py
blob: 3f9c34455e1110032e526d11576a008af6a55297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Source and destination file names.
test_source = "latex_docinfo.txt"
test_destination = "latex_docinfo.tex"

# Keyword parameters passed to publish_file.
reader_name = "standalone"
parser_name = "rst"
writer_name = "latex"

# Extra setting we need

settings_overrides['use_latex_docinfo'] = 1