Skip to content

Commit 759662e

Browse files
Update docs/source/conf.py
Co-authored-by: Remi Gau <[email protected]>
1 parent 47c03f4 commit 759662e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
#
13-
13+
import os
14+
import sys
15+
sys.path.insert(0, os.path.abspath('../..'))
1416

1517
# -- Project information -----------------------------------------------------
1618

0 commit comments

Comments
 (0)