sphinx/tests/roots/test-ext-inheritance_diagram/conf.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
138 B
Python
Raw Normal View History

2016-02-14 00:06:28 -06:00
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.inheritance_diagram', 'sphinx.ext.intersphinx']