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']