Skip to content

Commit 2421d5b

Browse files
Prepend the repo root to the system paths during doc generation (#465)
1 parent 09a68ba commit 2421d5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
#
1616
import os
1717
import sys
18-
sys.path.insert(0, os.path.join(os.path.abspath('..'), 'twilio'))
19-
sys.path.append('..')
18+
sys.path.insert(0, os.path.abspath('..'))
2019
from twilio import __version__
2120

2221

0 commit comments

Comments
 (0)