We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05545a2 commit 32834ddCopy full SHA for 32834dd
lib/spack/docs/conf.py
@@ -50,7 +50,7 @@
50
# documentation root, use os.path.abspath to make it absolute, like shown here.
51
sys.path.insert(0, os.path.abspath('exts'))
52
sys.path.insert(0, os.path.abspath('../external'))
53
-sys.path.append(os.path.abspath('../spack'))
+sys.path.append(os.path.abspath('..'))
54
55
# Add the Spack bin directory to the path so that we can use its output in docs.
56
spack_root = '../../..'
0 commit comments