Skip to content

Commit

Permalink
CI: fix RTD build to use newer version and properly install grapviz
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed May 9, 2023
1 parent f39fcf8 commit c76ec45
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "mambaforge-4.10"

conda:
environment: docs/rtd_environment.yaml
python: "3.10"
apt_packages:
- graphviz

sphinx:
builder: html
Expand All @@ -22,7 +21,6 @@ python:
path: .
extra_requirements:
- docs
- all

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

0 comments on commit c76ec45

Please sign in to comment.