diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-03-05 15:22:19 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-05 15:22:19 -0500 | 
| commit | 4cce4b654466ad66dea675a2c0c10b81d3646879 (patch) | |
| tree | ff86ab40be1ecf78b4df569c5d091ac92dd4ca69 /sphinx_rtd_theme | |
| parent | 5652d67c9b9de26339cc095690f88f3cbe84c8c7 (diff) | |
| parent | 28541941505c36d8f7287af288afeb44b7b14492 (diff) | |
| download | astroconda-dev-4cce4b654466ad66dea675a2c0c10b81d3646879.tar.gz | |
Merge pull request #112 from rendinam/removal
Remove sphinx_rtd_theme (in defaults), stsci.numdisplay (deprecated).
Diffstat (limited to 'sphinx_rtd_theme')
| -rw-r--r-- | sphinx_rtd_theme/bld.bat | 2 | ||||
| -rw-r--r-- | sphinx_rtd_theme/build.sh | 2 | ||||
| -rw-r--r-- | sphinx_rtd_theme/meta.yaml | 34 | 
3 files changed, 0 insertions, 38 deletions
| diff --git a/sphinx_rtd_theme/bld.bat b/sphinx_rtd_theme/bld.bat deleted file mode 100644 index 760380e..0000000 --- a/sphinx_rtd_theme/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ - -%PYTHON% setup.py install diff --git a/sphinx_rtd_theme/build.sh b/sphinx_rtd_theme/build.sh deleted file mode 100644 index 6bd6081..0000000 --- a/sphinx_rtd_theme/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -$PYTHON setup.py install diff --git a/sphinx_rtd_theme/meta.yaml b/sphinx_rtd_theme/meta.yaml deleted file mode 100644 index c8f1273..0000000 --- a/sphinx_rtd_theme/meta.yaml +++ /dev/null @@ -1,34 +0,0 @@ -{% set name = 'sphinx_rtd_theme' %} -{% set version = '0.1.9' %} -{% set number = '1' %} - -about: -    home: https://pypi.python.org/packages/source/s/sphinx_rtd_theme -    license: BSD -    summary: sphinx_rtd_theme - -build: -    number: {{ number }} - -package: -    name: {{ name }} -    version: {{ version }} - -requirements: -    build: -    - sphinx -    - setuptools -    - python {{ python }} - -    run: -    - sphinx -    - python - -source: -    fn: {{ name }}-{{ version }}.tar.gz -    md5: 86a25c8d47147c872e42dc84cc66f97b -    url: https://pypi.python.org/packages/source/s/sphinx_rtd_theme/{{ name }}-{{ version }}.tar.gz - -test: -    imports: -    - sphinx_rtd_theme | 
