Skip to content

Commit 4444d8e

Browse files
Update conf.py
1 parent caf37a3 commit 4444d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration file for the Sphinx documentation builder.
22
import os
33
import sys
4-
sys.path.insert(0, os.path.abspath('.src/.'))
4+
sys.path.insert(0, os.path.abspath('../..src/.'))
55
# -- Project information
66

77
project = 'Gym Trading Env'

0 commit comments

Comments
 (0)