From d27e8db2caba590e2064b69d76a307fa7d3d7e8f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 04:32:56 +0000 Subject: [PATCH] Fix: Use apt_packages for Doxygen installation in .readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 82961d4..99c267c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,10 @@ build: os: ubuntu-22.04 tools: python: "3.9" + apt_packages: + - doxygen jobs: pre_build: - - sudo apt-get update - - sudo apt-get install -y doxygen - doxygen Doxyfile # Build from the docs/ directory with Sphinx