sphinx/tests/roots/test-templating/conf.py

12 lines
262 B
Python
Raw Normal View History

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