sphinx/tests/roots/test-nested-enumerated-list/conf.py

8 lines
164 B
Python

# -*- coding: utf-8 -*-
master_doc = 'index'
latex_documents = [
(master_doc, 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report')
]