sphinx/tests/roots/test-setup/doc/conf.py

7 lines
135 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
project = 'Sphinx smallest project'
source_suffix = '.txt'
keep_warnings = True
exclude_patterns = ['_build']