summaryrefslogtreecommitdiffstats
path: root/doc/developer/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/.readthedocs.yaml')
-rw-r--r--doc/developer/.readthedocs.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/developer/.readthedocs.yaml b/doc/developer/.readthedocs.yaml
index 113672f..90ee5c7 100644
--- a/doc/developer/.readthedocs.yaml
+++ b/doc/developer/.readthedocs.yaml
@@ -6,6 +6,12 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
+ apt_packages:
+ - graphviz
+
+python:
+ install:
+ - requirements: doc/developer/requirements.txt
# Build documentation in the docs/ directory with Sphinx
sphinx: