Fix: Use apt_packages for Doxygen installation in .readthedocs.yaml

This commit is contained in:
google-labs-jules[bot]
2025-08-19 04:32:56 +00:00
parent 3bc7b2f8f2
commit d27e8db2ca
+2 -2
View File
@@ -9,10 +9,10 @@ build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
python: "3.9" python: "3.9"
apt_packages:
- doxygen
jobs: jobs:
pre_build: pre_build:
- sudo apt-get update
- sudo apt-get install -y doxygen
- doxygen Doxyfile - doxygen Doxyfile
# Build from the docs/ directory with Sphinx # Build from the docs/ directory with Sphinx