Files
sphinx/tests/roots/test-ext-graphviz/conf.py
2016-01-17 19:38:05 +09:00

11 lines
234 B
Python

# -*- coding: utf-8 -*-
extensions = ['sphinx.ext.graphviz']
master_doc = 'index'
exclude_patterns = ['_build']
latex_documents = [
(master_doc, 'SphinxTests.tex', 'Sphinx Tests Documentation',
'Georg Brandl', 'manual'),
]