From b3df424d1c547ab072040c6d5347af6e636ba144 Mon Sep 17 00:00:00 2001 From: Joffrey Dorville Date: Fri, 29 May 2026 13:00:19 -0500 Subject: [PATCH] Run doxygen when running on readthedocs servers --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 61301bdb49..7594ed5f2b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,6 +7,8 @@ build: jobs: post_checkout: - git fetch --unshallow || true + - cd docs/doxygen && doxygen && cd - + sphinx: configuration: docs/source/conf.py