sphinx/tests/roots/test-versioning/conf.py

6 lines
114 B
Python

project = 'versioning test root'
source_suffix = {
'.txt': 'restructuredtext'
}
exclude_patterns = ['_build']