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

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

8 lines
111 B
Python
Raw Normal View History

import os
import sys
sys.path.insert(0, os.path.abspath('.'))
2017-01-03 07:24:00 -06:00
extensions = ['enumerable_node']
numfig = True