bugfix: doc build needed additional sys.path due to externals change.
This commit is contained in:
parent
e009a910cc
commit
537451f0b1
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
sys.path.insert(0, os.path.abspath('exts'))
|
sys.path.insert(0, os.path.abspath('exts'))
|
||||||
|
sys.path.insert(0, os.path.abspath('../external'))
|
||||||
|
|
||||||
# Add the Spack bin directory to the path so that we can use its output in docs.
|
# Add the Spack bin directory to the path so that we can use its output in docs.
|
||||||
spack_root = '../../..'
|
spack_root = '../../..'
|
||||||
|
|
Loading…
Reference in a new issue