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

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

extensions = [
    'sphinx.ext.autosummary',
]