Skip to content

Commit f332115

Browse files
committed
Update conf.py
1 parent 1c188a3 commit f332115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
#
2828
import os
2929
import sys
30-
sys.path.insert(0, os.path.abspath('../../codeflare/'))
30+
#sys.path.insert(0, os.path.abspath('../../codeflare/'))
31+
sys.path.insert(0, os.path.abspath('../..'))
3132
import sphinx_rtd_theme
3233
from recommonmark.transform import AutoStructify
3334

0 commit comments

Comments
 (0)