Skip to content

Commit df28e50

Browse files
committed
Update readthedocs.ymlwith latest requirements
1 parent 06d7fda commit df28e50

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

.readthedocs.yml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
version: 2
22
formats: [] # Do not build epub and pdf
33

4-
# This adds mambaforge for the installation
5-
build:
6-
os: "ubuntu-20.04"
7-
tools:
8-
python: "mambaforge-4.10"
9-
104
python:
115
install:
12-
- method: pip
13-
path: .
14-
conda:
15-
environment: docs/conda-environment.yml
6+
- requirements: "requirements-docs.txt"
7+
- method: "pip"
8+
path: "."
9+
10+
sphinx:
11+
configuration: docs/conf.py
12+
13+
build:
14+
os: "ubuntu-22.04"
15+
tools:
16+
python: "3"
17+
apt_packages:
18+
- python3
19+
- python3-pip
20+
- cmake
21+
- git
22+
- googletest

0 commit comments

Comments
 (0)