Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae206d1

Browse files
committed
fix for read the docs
1 parent d8aec04 commit ae206d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import sys
77
from pathlib import Path
8-
sys.path.append(Path('.').absolute())
8+
sys.path.extend(str(Path('./pepreader').absolute()))
99

1010

1111
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)