diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 27e7117bc1..9d550cdabc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,13 @@ build: os: ubuntu-22.04 tools: python: "3.10" + jobs: + pre_build: + # Creates the documentation in the doxygen/ subfolder + - doxygen + post_build: + # Move the output to be hosted + - mv doxygen/html $READTHEDOCS_OUTPUT/html/Doxygen # Build documentation in the docs/ directory with Sphinx sphinx: