Skip to content

Commit 32834dd

Browse files
committed
fix sys.path in conf.py
1 parent 05545a2 commit 32834dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spack/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# documentation root, use os.path.abspath to make it absolute, like shown here.
5151
sys.path.insert(0, os.path.abspath('exts'))
5252
sys.path.insert(0, os.path.abspath('../external'))
53-
sys.path.append(os.path.abspath('../spack'))
53+
sys.path.append(os.path.abspath('..'))
5454

5555
# Add the Spack bin directory to the path so that we can use its output in docs.
5656
spack_root = '../../..'

0 commit comments

Comments
 (0)