sphinx/tests/roots/test-ext-graphviz/conf.py
2019-01-03 10:58:42 +09:00

8 lines
185 B
Python

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