sphinx/tests/roots/test-ext-graphviz/conf.py
2019-01-02 21:53:07 +09:00

9 lines
209 B
Python

extensions = ['sphinx.ext.graphviz']
master_doc = 'index'
exclude_patterns = ['_build']
latex_documents = [
(master_doc, 'SphinxTests.tex', 'Sphinx Tests Documentation',
'Georg Brandl', 'manual'),
]