diff options
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6d714ba..ee25fed 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,14 @@ version: 2 sphinx: configuration: doc/sphinx/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3" + apt_packages: + - doxygen + - graphviz + python: - version: "3.7" install: - requirements: doc/sphinx/requirements.txt |