diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-08-19 11:21:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-08-19 11:21:43 -0400 |
commit | c1189149053228204277708cc01037e6c9891d37 (patch) | |
tree | 428c25de7334c2df058ef87f846f33f5c0390f3c /bin/docs_jwst.sh | |
parent | a26ab9064bc34e6695cb1e255522fab3f55deeb8 (diff) | |
download | astroconda-control-c1189149053228204277708cc01037e6c9891d37.tar.gz |
Diffstat (limited to 'bin/docs_jwst.sh')
-rwxr-xr-x | bin/docs_jwst.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/docs_jwst.sh b/bin/docs_jwst.sh index 1542cdd..1d01027 100755 --- a/bin/docs_jwst.sh +++ b/bin/docs_jwst.sh @@ -1,5 +1,6 @@ #!/bin/bash source /eng/ssb/auto/astroconda/include/midnight_special.sh +source /eng/ssb/auto/astroconda/include/error.sh source /eng/ssb/auto/astroconda/include/conda_porcelain.sh source /eng/ssb/auto/astroconda/include/texlive.sh @@ -20,8 +21,8 @@ pushd "$PORCELAIN_PREFIX" --yes \ --quiet \ --override-channels \ - -c defaults \ - -c $repo_conda sphinx=1.3.5 jwst stsci.sphinxext + -c $repo_conda \ + -c defaults sphinx=1.3.5 jwst stsci.sphinxext source activate $build_env |