test: Omit master_doc settings from testcases

This commit is contained in:
Takeshi KOMIYA
2019-01-02 22:20:22 +09:00
parent 657fa843c8
commit 114ff77f68
71 changed files with 26 additions and 111 deletions

View File

@@ -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')
]