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

10 lines
158 B
Python
Raw Normal View History

2016-02-14 15:06:28 +09:00
# -*- coding: utf-8 -*-
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.inheritance_diagram']
master_doc = 'index'