summaryrefslogtreecommitdiff
path: root/tests/roots/test-basic
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-02 22:20:22 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-01-03 10:58:42 +0900
commit114ff77f68a69a79456a5356f729b2a9b58e2419 (patch)
tree69aa63e08e6e1709001b183b4486edce2ab0855a /tests/roots/test-basic
parent657fa843c8e3d52481898fb1a1ca82447e780cd4 (diff)
downloadsphinx-git-114ff77f68a69a79456a5356f729b2a9b58e2419.tar.gz
test: Omit master_doc settings from testcases
Diffstat (limited to 'tests/roots/test-basic')
-rw-r--r--tests/roots/test-basic/conf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/roots/test-basic/conf.py b/tests/roots/test-basic/conf.py
index a98b9c425..e274bde80 100644
--- a/tests/roots/test-basic/conf.py
+++ b/tests/roots/test-basic/conf.py
@@ -1,5 +1,3 @@
-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')
]