sphinx/tests/roots/test-inheritance/conf.py

7 lines
129 B
Python
Raw Normal View History

import sys, os
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.inheritance_diagram']
source_suffix = '.rst'