Skip to content

Commit bb07158

Browse files
committed
fix RTD docs - attempt #11
1 parent 6a521cf commit bb07158

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
@@ -10,7 +10,7 @@
1010
on_rtd = os.environ.get('READTHEDOCS') == 'True'
1111
if on_rtd:
1212
print(os.getcwd())
13-
print(os.listdir(os.getcwd()))
13+
print(os.listdir('..'))
1414
sys.path.insert(0, os.path.abspath('.'))
1515
else:
1616
sys.path.insert(0, os.path.abspath('../src'))

0 commit comments

Comments
 (0)