Skip to content

Commit c1afb68

Browse files
committed
docs: Add root directory to PATH for docs build
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent e3e50ae commit c1afb68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import os
66
import sys
77

8+
sys.path.insert(0, os.path.abspath('..'))
89
sys.path.insert(0, os.path.abspath('../examples'))
910

1011
# -- General configuration ------------------------------------------------

0 commit comments

Comments
 (0)