We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf37a3 commit 4444d8eCopy full SHA for 4444d8e
docs/source/conf.py
@@ -1,7 +1,7 @@
1
# Configuration file for the Sphinx documentation builder.
2
import os
3
import sys
4
-sys.path.insert(0, os.path.abspath('.src/.'))
+sys.path.insert(0, os.path.abspath('../..src/.'))
5
# -- Project information
6
7
project = 'Gym Trading Env'
0 commit comments