summaryrefslogtreecommitdiff
path: root/tests/roots/test-templating/conf.py
blob: 225da82e79d9d7bdd22098669993dc9dbde29882 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf-8 -*-

project = 'Sphinx templating <Tests>'
source_suffix = '.txt'
keep_warnings = True
templates_path = ['_templates']
release = version = '2013.120'

extensions = ['sphinx.ext.autosummary']
autosummary_generate = ['autosummary_templating']