Skip to content

Commit 7ef35b9

Browse files
committed
Add pillow and readthedocs-sphinx-ext to environment.yml
Use conda-forge rather than pip when available
1 parent cf6c021 commit 7ef35b9

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/environment.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: kernel_gateway_docs
2+
channels:
3+
- defaults
4+
- conda-forge
25
dependencies:
3-
- python=3.7
4-
- sphinx_rtd_theme
5-
- sphinx
6-
- pip
7-
- pip:
8-
- recommonmark
6+
- python=3.7
7+
- sphinx
8+
- sphinx_rtd_theme
9+
- recommonmark
10+
- pillow
11+
- pip
12+
- pip:
13+
- readthedocs-sphinx-ext

0 commit comments

Comments
 (0)