summaryrefslogtreecommitdiff
path: root/stsci.sphinxext
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-05-07 14:23:47 -0400
committerGitHub <noreply@github.com>2019-05-07 14:23:47 -0400
commit3891b3da15bbff3f12d6fe08eb92b54e775714a5 (patch)
treee0744d4ffe46f78bbf2eb12ace07e8136c7d521c /stsci.sphinxext
parent4a24bbbea2a4a50b5580b57d8f4ae858ae04dd32 (diff)
downloadastroconda-dev-3891b3da15bbff3f12d6fe08eb92b54e775714a5.tar.gz
Refactor namespace packages to avoid .egg creation (#195)
Diffstat (limited to 'stsci.sphinxext')
-rw-r--r--stsci.sphinxext/bld.bat4
-rw-r--r--stsci.sphinxext/build.sh3
-rw-r--r--stsci.sphinxext/meta.yaml3
3 files changed, 3 insertions, 7 deletions
diff --git a/stsci.sphinxext/bld.bat b/stsci.sphinxext/bld.bat
index 7fba400..6d5f099 100644
--- a/stsci.sphinxext/bld.bat
+++ b/stsci.sphinxext/bld.bat
@@ -1,3 +1 @@
-
-
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.sphinxext/build.sh b/stsci.sphinxext/build.sh
index 6bd6081..b699425 100644
--- a/stsci.sphinxext/build.sh
+++ b/stsci.sphinxext/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml
index 7d1186b..4ddd8b0 100644
--- a/stsci.sphinxext/meta.yaml
+++ b/stsci.sphinxext/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '2' %}
+{% set number = '3' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}