summaryrefslogtreecommitdiff
path: root/tests/roots/test-setup/doc/conf.py
blob: b1c9acf46fcefd147772e7345958dbe8dff8a57f (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-

project = 'Sphinx smallest project'
source_suffix = '.txt'
keep_warnings = True
exclude_patterns = ['_build']