We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65a721 commit ff5590cCopy full SHA for ff5590c
docs/conf.py
@@ -13,8 +13,9 @@
13
import os
14
import sys
15
16
-sys.path.insert(0, os.path.abspath('..'))
+sys.path.insert(0, os.path.abspath('../'))
17
sys.path.insert(0, os.path.abspath('../deepbots'))
18
+sys.path.insert(0, os.path.abspath('.'))
19
20
# -- Project information -----------------------------------------------------
21
0 commit comments