Skip to content

Commit 1ae2571

Browse files
jklymaktacaswell
authored andcommitted
Merge pull request #12148 from tacaswell/doc_build_on_py37
BLD: pragmatic fix for building basic_unit example on py37
1 parent 9902c38 commit 1ae2571

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# is relative to the documentation root, use os.path.abspath to make it
2323
# absolute, like shown here.
2424
sys.path.append(os.path.abspath('.'))
25+
sys.path.append('.')
2526

2627
# General configuration
2728
# ---------------------

0 commit comments

Comments
 (0)