Skip to content

Commit ff5590c

Browse files
committed
Path insertion shenanigans
1 parent b65a721 commit ff5590c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
import os
1414
import sys
1515

16-
sys.path.insert(0, os.path.abspath('..'))
16+
sys.path.insert(0, os.path.abspath('../'))
1717
sys.path.insert(0, os.path.abspath('../deepbots'))
18+
sys.path.insert(0, os.path.abspath('.'))
1819

1920
# -- Project information -----------------------------------------------------
2021

0 commit comments

Comments
 (0)