Files
sphinx/tests/roots/test-ext-doctest/conf.py
2024-07-15 12:50:56 +01:00

9 lines
176 B
Python

extensions = ['sphinx.ext.doctest']
project = 'test project for doctest'
root_doc = 'doctest'
source_suffix = {
'.txt': 'restructuredtext'
}
exclude_patterns = ['_build']