summaryrefslogtreecommitdiff
path: root/docutils/test/functional/tests/latex_docinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'docutils/test/functional/tests/latex_docinfo.py')
-rw-r--r--docutils/test/functional/tests/latex_docinfo.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/docutils/test/functional/tests/latex_docinfo.py b/docutils/test/functional/tests/latex_docinfo.py
deleted file mode 100644
index 3f9c34455..000000000
--- a/docutils/test/functional/tests/latex_docinfo.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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