sphinx/tests/roots/test-ext-inheritance_diagram/conf.py
2016-02-14 15:06:28 +09:00

10 lines
158 B
Python

# -*- coding: utf-8 -*-
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['sphinx.ext.inheritance_diagram']
master_doc = 'index'