Skip to content

Commit 1232fdf

Browse files
authored
Merge pull request #12148 from tacaswell/doc_build_on_py37
BLD: pragmatic fix for building basic_unit example on py37
2 parents b674abf + 6049f13 commit 1232fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

+1
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)