Skip to content

Commit 436df16

Browse files
committed
fix RTD docs - attempt #9
1 parent a031c09 commit 436df16

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-
sys.path.insert(0, os.path.abspath('../..'))
13+
sys.path.insert(0, os.path.abspath('..'))
1414
else:
1515
sys.path.insert(0, os.path.abspath('../src'))
1616

0 commit comments

Comments
 (0)