Skip to content

Commit c76ec45

Browse files
committed
CI: fix RTD build to use newer version and properly install grapviz
1 parent f39fcf8 commit c76ec45

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-20.04"
4+
os: "ubuntu-22.04"
55
tools:
6-
python: "mambaforge-4.10"
7-
8-
conda:
9-
environment: docs/rtd_environment.yaml
6+
python: "3.10"
7+
apt_packages:
8+
- graphviz
109

1110
sphinx:
1211
builder: html
@@ -22,7 +21,6 @@ python:
2221
path: .
2322
extra_requirements:
2423
- docs
25-
- all
2624

2725
# Don't build any extra formats
2826
formats: []

0 commit comments

Comments
 (0)