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

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

7 lines
115 B
Python
Raw Normal View History

import sys
from pathlib import Path
2018-02-19 22:39:14 +09:00
sys.path.insert(0, str(Path.cwd().resolve()))
2017-01-03 22:24:00 +09:00
extensions = ['source_parser']