Skip to content

Commit 073feff

Browse files
committed
docs: fix readthedocs deployment
1 parent 8a9029d commit 073feff

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
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
sys.path.insert(0, os.path.abspath('..'))
23+
sys.path.insert(0, os.path.abspath('../src'))
2424

2525
import cmake
2626

0 commit comments

Comments
 (0)