sphinx/tests/roots/test-ext-graphviz/conf.py
2025-01-03 01:33:14 +00:00

4 lines
98 B
Python

extensions = ['sphinx.ext.graphviz']
exclude_patterns = ['_build']
html_static_path = ['_static']