Files
sphinx/tests/roots/test-ext-autosummary-template/conf.py
2020-04-30 00:14:59 +09:00

11 lines
209 B
Python

import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.autosummary']
autosummary_generate = True
autodoc_default_options = {'members': True}
templates_path = ['_templates']