summaryrefslogtreecommitdiff
path: root/stsci_sphinx_theme
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-11-07 10:35:43 -0500
committerGitHub <noreply@github.com>2017-11-07 10:35:43 -0500
commit509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch)
tree9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /stsci_sphinx_theme
parent05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff)
parentae9265d4e2407579822310cc3cf68a150ea3bed7 (diff)
downloadastroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz
Merge branch 'master' into imexam0.8.0
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, 37 insertions, 0 deletions
diff --git a/stsci_sphinx_theme/bld.bat b/stsci_sphinx_theme/bld.bat
new file mode 100644
index 0000000..39b5e1f
--- /dev/null
+++ b/stsci_sphinx_theme/bld.bat
@@ -0,0 +1 @@
+%PYTHON% setup.py install
diff --git a/stsci_sphinx_theme/build.sh b/stsci_sphinx_theme/build.sh
new file mode 100644
index 0000000..5a5aeeb
--- /dev/null
+++ b/stsci_sphinx_theme/build.sh
@@ -0,0 +1 @@
+$PYTHON setup.py install
diff --git a/stsci_sphinx_theme/meta.yaml b/stsci_sphinx_theme/meta.yaml
new file mode 100644
index 0000000..f722556
--- /dev/null
+++ b/stsci_sphinx_theme/meta.yaml
@@ -0,0 +1,35 @@
+{% 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