summaryrefslogtreecommitdiff
path: root/tests/roots/test-basic/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-basic/conf.py')
-rw-r--r--tests/roots/test-basic/conf.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/roots/test-basic/conf.py b/tests/roots/test-basic/conf.py
index 31e7a6ed4..e274bde80 100644
--- a/tests/roots/test-basic/conf.py
+++ b/tests/roots/test-basic/conf.py
@@ -1,7 +1,3 @@
-# -*- coding: utf-8 -*-
-
-master_doc = 'index'
-
latex_documents = [
- (master_doc, 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
+ ('index', 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
]