1 2 3 4 5 6 7 8
extensions = ['sphinx.ext.doctest'] project = 'test project for doctest' root_doc = 'doctest' source_suffix = { '.txt': 'restructuredtext' } exclude_patterns = ['_build']