sphinx/tests/roots/test-latex-title/conf.py
2019-01-03 10:58:42 +09:00

5 lines
160 B
Python

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