From 1c860d764674f12c5b5ac14a2d8510e9364ecb33 Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Sun, 29 Dec 2024 17:09:59 +0100 Subject: [PATCH] Host the Doxygen documentation on readthedocs The documentation will be located at: https://longturn.readthedocs.io/en/latest/Playing/index.html --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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: