diff options
Diffstat (limited to 'stsci_rtd_theme/meta.yaml')
-rw-r--r-- | stsci_rtd_theme/meta.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/stsci_rtd_theme/meta.yaml b/stsci_rtd_theme/meta.yaml new file mode 100644 index 0000000..d0af645 --- /dev/null +++ b/stsci_rtd_theme/meta.yaml @@ -0,0 +1,34 @@ +{% set name = 'stsci_rtd_theme' %} +{% set version = '0.0.1' %} +{% set number = '0' %} + +about: + home: https://github.com/spacetelescope/{{ name }} + license: BSD + summary: | + ReadTheDocs.org theme for STScI + +build: + number: {{ number }} + +package: + name: {{ name }} + version: {{ version }} + +requirements: + build: + - sphinx + - setuptools + - python {{ python }} + + run: + - sphinx + - python + +source: + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git + +test: + imports: + - stsci_rtd_theme |