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

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

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