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

10 lines
182 B
Python
Raw Normal View History

2016-07-14 09:12:57 -05:00
import os
import sys
sys.path.append(os.path.abspath('.'))
extensions = ['sphinx.ext.autodoc']
latex_documents = [
('index', 'test.tex', 'test-warnings', 'Sphinx', 'report')
2016-07-14 09:12:57 -05:00
]