Skip to content

Commit cb596f1

Browse files
committed
got a memory error...
1 parent 24cbea3 commit cb596f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.readthedocs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
version: 2
22
conda:
3-
environment: doc/environment.yml
3+
environment: doc/environment.yml
4+
python:
5+
version: 3.9
6+
install:
7+
- requirements: doc/requirements.txt

doc/environment.yml

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ channels:
44
- defaults
55
dependencies:
66
- doxygen>=1.9.1
7-
- python=3.9
8-
- pip>=20.1
9-
- pip:
10-
- ..[docs,cpu]

0 commit comments

Comments
 (0)