diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 6c59082..737592e 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,7 @@ cdt_name: - cos6 channel_sources: -- conda-forge +- conda-forge,defaults channel_targets: - conda-forge main docker_image: diff --git a/README.md b/README.md index eb3af46..bea1139 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,6 @@ In order to produce a uniquely identifiable distribution: Feedstock Maintainers ===================== +* [@asmeurer](https://github.com/asmeurer/) * [@gforsyth](https://github.com/gforsyth/) diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml new file mode 100644 index 0000000..d96aea7 --- /dev/null +++ b/recipe/conda_build_config.yaml @@ -0,0 +1,3 @@ +# We need defaults because we need the exact version of nodejs to build, which isn't on conda-forge +channel_sources: + - conda-forge,defaults diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3e2f8a1..ed8a8ed 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "furo" %} -{% set version = "2021.10.9" %} +{% set version = "2022.2.23" %} package: @@ -8,23 +8,28 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/furo-{{ version }}.tar.gz - sha256: 2baa42a22ede3e6e95c6182ab364bac2ec15b79bc7f9ca7fb09fd9aec4b3540c + sha256: 005823b67f6ba00dde03e68dc78d437c72df7bcf816bcc6c111019c8faa7aa3d build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv + script_env: + - STB_USE_SYSTEM_NODE=1 requirements: host: + - flit-core >=2,<4 - pip - python >=3.6 - - flit-core >=2,<4 + - sphinx-theme-builder + - nodejs ==16.13.1 run: - - python >=3.6 - - sphinx >=4 - beautifulsoup4 - myst-parser + - pygments >=2.7 + - python >=3.6 + - sphinx >=4 - sphinx-inline-tabs