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

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

5 lines
83 B
Python
Raw Normal View History

2017-12-29 09:54:55 -06:00
import sys
from pathlib import Path
2017-12-29 09:54:55 -06:00
sys.path.insert(0, str(Path.cwd().resolve()))