summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-latex-title/conf.py
blob: 64433165b73d08cc0ecc832464c030dcdb24d736 (plain)
1
2
3
4
# set empty string to the third column to use the first section title to document title
latex_documents = [
    ('index', 'test.tex', '', 'Sphinx', 'report')
]