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

5 lines
110 B
Python

project = 'Sphinx smallest project'
source_suffix = '.txt'
keep_warnings = True
exclude_patterns = ['_build']