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

5 lines
135 B
Python

html_theme = 'basic'
latex_documents = [
('index', 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
]