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

13 lines
221 B
Python

import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.autosummary']
# The suffix of source filenames.
source_suffix = '.rst'
autosummary_generate = True
exclude_patterns = ['_build']