diff options
Diffstat (limited to 'stsci.sphinxext')
| -rw-r--r-- | stsci.sphinxext/bld.bat | 2 | ||||
| -rw-r--r-- | stsci.sphinxext/build.sh | 2 | ||||
| -rw-r--r-- | stsci.sphinxext/meta.yaml | 3 | 
3 files changed, 0 insertions, 7 deletions
diff --git a/stsci.sphinxext/bld.bat b/stsci.sphinxext/bld.bat index 2096589..976d3b9 100644 --- a/stsci.sphinxext/bld.bat +++ b/stsci.sphinxext/bld.bat @@ -1,6 +1,4 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1  if errorlevel 1 exit 1  python setup.py install diff --git a/stsci.sphinxext/build.sh b/stsci.sphinxext/build.sh index 5e8b365..4b71885 100644 --- a/stsci.sphinxext/build.sh +++ b/stsci.sphinxext/build.sh @@ -1,4 +1,2 @@ -echo This d2to1 hack is deadly. -pip install --no-deps --upgrade --force d2to1 || exit 1  python setup.py install || exit 1
\ No newline at end of file diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index d7b3486..c6484e4 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -10,14 +10,11 @@ package:      version: 1.2.2  requirements:      build: -    - d2to1      - numpydoc -    - stsci.distutils      - setuptools      - python x.x      run:      - numpydoc -    - stsci.distutils      - python x.x  source:      git_url: https://github.com/spacetelescope/stsci.sphinxext  | 
