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

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