Files
sphinx/tests/roots/test-ext-math-simple/conf.py
2016-07-14 01:36:40 +09:00

7 lines
143 B
Python

# -*- coding: utf-8 -*-
master_doc = 'index'
latex_documents = [
(master_doc, 'test.tex', 'Math Extension Testing', 'Sphinx', 'report')]