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

6 lines
115 B
Python

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