diff options
Diffstat (limited to 'stsci_sphinx_theme/meta.yaml')
-rw-r--r-- | stsci_sphinx_theme/meta.yaml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/stsci_sphinx_theme/meta.yaml b/stsci_sphinx_theme/meta.yaml new file mode 100644 index 0000000..5ca41a9 --- /dev/null +++ b/stsci_sphinx_theme/meta.yaml @@ -0,0 +1,32 @@ +{% 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 + + run: + - sphinx >=1.1 + +test: + requires: + - stsci_sphinx_theme + imports: + - stsci_sphinx_theme + +about: + home: https://github.com/spacetelescope/stsci_sphinx_theme + license: BSD |