Skip to content

Commit 43300c1

Browse files
committed
Fix rtd yaml mistake
1 parent 7b48374 commit 43300c1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.readthedocs.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ build:
66
os: ubuntu-22.04
77
tools:
88
python: "3.11"
9+
apt_packages:
10+
- graphviz
911

1012
sphinx:
1113
configuration: docs/conf.py
@@ -15,8 +17,3 @@ python:
1517
- requirements: docs/requirements.txt
1618
- method: pip
1719
path: .
18-
19-
20-
build:
21-
apt_packages:
22-
- graphviz

0 commit comments

Comments
 (0)