Skip to content

Commit 1577a17

Browse files
committed
try installing the docs environment using pip to avoid build timeouts
Related: * readthedocs/readthedocs.org#4778 * https://docs.readthedocs.io/en/latest/guides/build-using-too-many-resources.html
1 parent b1ebe92 commit 1577a17

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

docs/environment.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ channels:
55

66
dependencies:
77
- python=3.6
8-
- sortedcontainers
9-
- scipy
10-
- holoviews
11-
- ipyparallel
12-
- distributed
13-
- ipykernel>=4.8*
14-
- jupyter_client>=5.2.2
15-
- ipywidgets
16-
- scikit-optimize
17-
- nbconvert>=5.4* # because my jupyter-sphinx branch depends on it
188
- pip:
19-
- sphinx_rtd_theme
20-
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
21-
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo
22-
- sphinx_fontawesome
9+
- sortedcontainers
10+
- scipy
11+
- holoviews
12+
- bokeh
13+
- ipyparallel
14+
- distributed
15+
- ipykernel>=4.8*
16+
- jupyter_client>=5.2.2
17+
- ipywidgets
18+
- scikit-optimize
19+
- nbconvert>=5.4* # because my jupyter-sphinx branch depends on it
20+
- sphinx_rtd_theme
21+
- git+https://github.com/basnijholt/jupyter-sphinx.git@widgets_execute
22+
- git+https://github.com/python-adaptive/adaptive.git@master # temporary solution because jupyter-sphinx doesn't use the adaptive from the repo
23+
- sphinx_fontawesome

0 commit comments

Comments
 (0)