Files
sphinx/tests/roots/test-templating/conf.py
2018-02-19 23:20:56 +09:00

12 lines
291 B
Python

# -*- coding: utf-8 -*-
project = 'Sphinx templating <Tests>'
source_suffix = '.txt'
keep_warnings = True
templates_path = ['_templates']
release = version = '2013.120'
exclude_patterns = ['_build']
extensions = ['sphinx.ext.autosummary']
autosummary_generate = ['autosummary_templating']