summaryrefslogtreecommitdiff
path: root/stsci_sphinx_theme/meta.yaml
blob: 5ca41a993f9c6a9795631df0da6fd4ed3004a010 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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