Skip to content

Commit bcc5cfa

Browse files
committed
fix RTD docs - attempt #12
1 parent bb07158 commit bcc5cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if on_rtd:
1212
print(os.getcwd())
1313
print(os.listdir('..'))
14-
sys.path.insert(0, os.path.abspath('.'))
14+
sys.path.insert(0, os.path.abspath('../src'))
1515
else:
1616
sys.path.insert(0, os.path.abspath('../src'))
1717

0 commit comments

Comments
 (0)