Skip to content

Commit 17f88ef

Browse files
committed
extended sys.path in conf.py for rtd build
1 parent 3e08f39 commit 17f88ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import os
2020
import sys
2121
sys.path.insert(0, os.path.abspath('.'))
22+
sys.path.insert(1, os.path.abspath('..'))
2223

2324
# import CommonMark
2425
from recommonmark.transform import AutoStructify

0 commit comments

Comments
 (0)