-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
meta.yaml
62 lines (55 loc) · 1.52 KB
/
meta.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{% set name = "sphinx-book-theme" %}
{% set version = "0.1.6" %}
package:
name: {{ name }}
version: {{ version }}
source:
- folder: dist
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: a9aa7e7e6eff879b998677a184d11a5835b6552732e7404776a2dfed942671f9
- folder: src
url: https://github.com/executablebooks/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: e06d6193b3d381e50be4a3614a0e5193f30cfc184534ed1d105098dd2a2a5613
build:
number: 0
noarch: python
script: cd dist && {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.7
run:
- beautifulsoup4 >=4.6.1,<5
- click >=7.1,<8
- docutils >=0.15,<0.17
- importlib_resources >=3.0,<3.5
- pydata-sphinx-theme >=0.6.0,<0.7re
- python >=3.7
- pyyaml
- sphinx >=3,<5
test:
source_files:
- src/tests
imports:
- sphinx_book_theme
commands:
- pip check
- cd src
- pytest -vv --cov sphinx_book_theme --cov-report term-missing:skip-covered --no-cov-on-fail --cov-fail-under 87
requires:
- myst-nb
- pip
- pytest-cov
- pytest-regressions
- sphinx-thebe
about:
home: https://jupyterbook.org
summary: 'Jupyter Book: Create an online book with Jupyter Notebooks'
dev_url: https://github.com/executablebooks/sphinx-book-theme
license: BSD-3-Clause
license_file: dist/LICENSE
doc_url: https://sphinx-book-theme.readthedocs.io
extra:
recipe-maintainers:
- anirrudh
- conda-forge/jupyter-book