File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
1
+ numpy
2
+ pandas
3
+ matplotlib
4
+ tables # ==pytables
5
+ xlrd
6
+ openpyxl
7
+ sphinx
8
+ numpydoc
9
+ pandoc
10
+ ipython
11
+ ipykernel
12
+ nbsphinx
Original file line number Diff line number Diff line change @@ -13,12 +13,17 @@ sphinx:
13
13
formats :
14
14
- pdf
15
15
16
- conda :
17
- environment : doc/environment.yml
16
+ # we do not use conda anymore because it consumes too much memory and thus crashes our builds
17
+ # see:
18
+ # - https://docs.readthedocs.io/en/stable/guides/build-using-too-many-resources.html#use-pip-when-possible
19
+ # - https://github.com/readthedocs/readthedocs.org/issues/6692
20
+ # conda:
21
+ # environment: doc/environment.yml
18
22
19
23
# Optionally set the version of Python and requirements required to build your docs
20
24
python :
21
- version : 3.6
25
+ version : 3.7
22
26
install :
23
- - method : setuptools
27
+ - requirements : doc/requirements.txt
28
+ - method : pip
24
29
path : .
You can’t perform that action at this time.
0 commit comments