Skip to content

Commit a031c09

Browse files
committed
fix RTD docs - attempt #8
1 parent a2ced88 commit a031c09

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
@@ -9,7 +9,8 @@
99

1010
on_rtd = os.environ.get('READTHEDOCS') == 'True'
1111
if on_rtd:
12-
sys.path.insert(0, os.path.abspath('../../src'))
12+
print(os.getcwd())
13+
sys.path.insert(0, os.path.abspath('../..'))
1314
else:
1415
sys.path.insert(0, os.path.abspath('../src'))
1516

0 commit comments

Comments
 (0)