Skip to content

Commit fe2aa11

Browse files
authored
Fixed ReadTheDocs image generation (#8236)
2 parents 753640c + 9727ea6 commit fe2aa11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/.readthedocs.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ build:
1414
python: "3.10"
1515
apt_packages:
1616
- graphviz
17+
jobs:
18+
pre_build:
19+
- dot -Tsvg "doc/reference/software_architecture.dot" -o "doc/reference/software_architecture.svg";
1720

1821
python:
1922
install:

0 commit comments

Comments
 (0)