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

9 lines
121 B
Python
Raw Normal View History

import os
import sys
2018-02-19 07:39:14 -06:00
sys.path.insert(0, os.path.abspath('.'))
2017-01-03 07:24:00 -06:00
extensions = ['source_parser']
source_suffix = ['.rst']