1 2 3 4 5 6
# -*- coding: utf-8 -*- project = 'Sphinx smallest project' source_suffix = '.txt' keep_warnings = True exclude_patterns = ['_build']