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:
1313formats :
1414 - pdf
1515
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
1822
1923# Optionally set the version of Python and requirements required to build your docs
2024python :
21- version : 3.6
25+ version : 3.7
2226 install :
23- - method : setuptools
27+ - requirements : doc/requirements.txt
28+ - method : pip
2429 path : .
You can’t perform that action at this time.
0 commit comments