Skip to content

Commit e8a7d0a

Browse files
committed
Sphinx hacks to find the scripts path
1 parent 3f13f38 commit e8a7d0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
# If extensions (or modules to document with autodoc) are in another directory,
1616
# add these directories to sys.path here. If the directory is relative to the
1717
# documentation root, use os.path.abspath to make it absolute, like shown here.
18-
#
19-
# import os
20-
# import sys
21-
# sys.path.insert(0, os.path.abspath('.'))
18+
19+
import os
20+
import sys
21+
sys.path.insert(0, os.path.abspath('../..'))
2222

2323

2424
# -- General configuration ------------------------------------------------

0 commit comments

Comments
 (0)