Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6049f13

Browse files
committed
BLD: pragmatic fix for building basic_unit example on py37
This restores the formerly implicit 'cwd' in the path. closes #11838
1 parent ef04ad9 commit 6049f13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/conf.py

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

2425
# General configuration
2526
# ---------------------

0 commit comments

Comments
 (0)