Files
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 22:39:14 +09:00
sys.path.insert(0, os.path.abspath('.'))
2017-01-03 22:24:00 +09:00
extensions = ['source_parser']
source_suffix = ['.rst']