summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-inheritance/conf.py
blob: 26cadca50ef41d7c482c79c13401107f839ab971 (plain)
1
2
3
4
5
6
7
import os
import sys

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

extensions = ['sphinx.ext.inheritance_diagram']
source_suffix = '.rst'