Files
sphinx/tests/roots/test-basic/conf.py

4 lines
114 B
Python
Raw Normal View History

2016-07-14 09:41:46 +09:00
latex_documents = [
('index', 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
2016-07-14 09:41:46 +09:00
]