summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-autosummary-import_cycle/conf.py
blob: 5e889f9e363b12e8759fb51b2731777f1dc68ab9 (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 = False