Skip to content

Commit f98a127

Browse files
committed
adjust sys path to import py_utils during CI build
1 parent 0b6d0a5 commit f98a127

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
import sys
2+
from pathlib import Path
3+
4+
sys.path.insert(0, str(Path(__file__).resolve().parents[2]))
5+
16
# Configuration file for the Sphinx documentation builder.
27
#
38
# For the full list of built-in configuration values, see the documentation:

0 commit comments

Comments
 (0)