Skip to content

Commit 2ec621b

Browse files
authored
Fix readthedocs build (#821)
* Fix readthedocs build * Remove deprecated RTD option * Add graphviz to .readthedocs.yml
1 parent 0f17ed6 commit 2ec621b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.readthedocs.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
# RTD configuration file version
66
version: 2
77

8+
# Pin the build environment
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.8"
13+
apt_packages:
14+
- graphviz
15+
816
# Build documentation in the docs/ directory with Sphinx
917
sphinx:
1018
builder: html
@@ -16,7 +24,6 @@ formats: []
1624

1725
# Optionally set the version of Python and requirements required to build your docs
1826
python:
19-
version: 3.8
2027
install:
2128
- method: pip
2229
path: .

0 commit comments

Comments
 (0)