diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-05-03 14:46:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-03 14:46:12 -0400 |
commit | 9a2779481fe1ed704b2e8e09816a4d0f5f9138b6 (patch) | |
tree | d7fd3dea68c4a23f14d948fc3bf17a454d601dac /drizzlepac/bld.bat | |
parent | c889d60fd072bd018b027aa9455f6a0cad605b84 (diff) | |
download | astroconda-dev-9a2779481fe1ed704b2e8e09816a4d0f5f9138b6.tar.gz |
drizzlepac: support new build mechanics (#133)
Diffstat (limited to 'drizzlepac/bld.bat')
-rw-r--r-- | drizzlepac/bld.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drizzlepac/bld.bat b/drizzlepac/bld.bat index d6d7ec3..5602572 100644 --- a/drizzlepac/bld.bat +++ b/drizzlepac/bld.bat @@ -1,4 +1,7 @@ -%PYTHON% setup.py build build_ext --inplace -- build_sphinx +# Placeholder for real conda package +pip install --no-deps --upgrade --force sphinx-automodapi + +%PYTHON% setup.py build_sphinx if errorlevel 1 exit 1 %PYTHON% setup.py install |