Skip to content

Commit 822cfc8

Browse files
committed
Update Sphinx config for src/ layout
1 parent 96c17a8 commit 822cfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from subprocess import check_output
55

6-
sys.path.insert(0, os.path.abspath('..'))
6+
sys.path.insert(0, os.path.abspath('../src'))
77
sys.path.insert(0, os.path.abspath('.'))
88

99
# Fake import to avoid actually loading CFFI and the PortAudio library

0 commit comments

Comments
 (0)