sphinx/tests/roots/test-latex-title/conf.py

7 lines
185 B
Python
Raw Normal View History

master_doc = 'index'
# set empty string to the third column to use the first section title to document title
latex_documents = [
(master_doc, 'test.tex', '', 'Sphinx', 'report')
]