summaryrefslogtreecommitdiff
path: root/stsci_sphinx_theme
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-22 08:53:06 -0500
committerGitHub <noreply@github.com>2018-02-22 08:53:06 -0500
commitd4ccb57a335dfda4b3583107767a081691352b2f (patch)
tree43dd1892560bcc467c5eaf1373390cefe4707acd /stsci_sphinx_theme
parentebe4788bd2ee01f8b991f02d1665db3d87cc383d (diff)
parente027b0e371ddedc4377b43b425d2f67282ff45b7 (diff)
downloadastroconda-contrib-d4ccb57a335dfda4b3583107767a081691352b2f.tar.gz
Merge branch 'master' into patch-3
Diffstat (limited to 'stsci_sphinx_theme')
-rw-r--r--stsci_sphinx_theme/bld.bat1
-rw-r--r--stsci_sphinx_theme/build.sh1
-rw-r--r--stsci_sphinx_theme/meta.yaml35
3 files changed, 0 insertions, 37 deletions
diff --git a/stsci_sphinx_theme/bld.bat b/stsci_sphinx_theme/bld.bat
deleted file mode 100644
index 39b5e1f..0000000
--- a/stsci_sphinx_theme/bld.bat
+++ /dev/null
@@ -1 +0,0 @@
-%PYTHON% setup.py install
diff --git a/stsci_sphinx_theme/build.sh b/stsci_sphinx_theme/build.sh
deleted file mode 100644
index 5a5aeeb..0000000
--- a/stsci_sphinx_theme/build.sh
+++ /dev/null
@@ -1 +0,0 @@
-$PYTHON setup.py install
diff --git a/stsci_sphinx_theme/meta.yaml b/stsci_sphinx_theme/meta.yaml
deleted file mode 100644
index f722556..0000000
--- a/stsci_sphinx_theme/meta.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-{% set name = 'stsci_sphinx_theme' %}
-{% set version = '0.1.0' %}
-{% set tag = 'v' + version %}
-{% set number = '0' %}
-
-package:
- name: {{ name }}
- version: {{ version }}
-
-build:
- number: {{ number }}
-
-source:
- git_tag: {{ tag }}
- git_url: https://github.com/spacetelescope/stsci_sphinx_theme.git
-
-requirements:
- build:
- - sphinx >=1.1
- - setuptools
- - python x.x
-
- run:
- - sphinx >=1.1
- - python x.x
-
-test:
- requires:
- - stsci_sphinx_theme
- imports:
- - stsci_sphinx_theme
-
-about:
- home: https://github.com/spacetelescope/stsci_sphinx_theme
- license: BSD