mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
8 lines
185 B
Python
8 lines
185 B
Python
extensions = ['sphinx.ext.graphviz']
|
|
exclude_patterns = ['_build']
|
|
|
|
latex_documents = [
|
|
('index', 'SphinxTests.tex', 'Sphinx Tests Documentation',
|
|
'Georg Brandl', 'manual'),
|
|
]
|