summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-autosummary-recursive/conf.py
blob: 1c0d02202c79b8fc710422118f3a1384658d3f80 (plain)
1
2
3
4
5
6
7
import os
import sys

sys.path.insert(0, os.path.abspath('.'))

extensions = ['sphinx.ext.autosummary']
autosummary_generate = True