summaryrefslogtreecommitdiff
path: root/tests/roots/test-nested-enumerated-list/conf.py
blob: 31e7a6ed4ad66e9c55ac89662cb13fc895a5d49c (plain)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-

master_doc = 'index'

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