sphinx/tests/roots/test-add_source_parser/conf.py
2019-03-30 14:50:37 +09:00

9 lines
121 B
Python

import os
import sys
sys.path.insert(0, os.path.abspath('.'))
extensions = ['source_parser']
source_suffix = ['.rst']