From 0501b82822f769fa99292883e02894193d2b34d8 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Mon, 11 Aug 2025 12:06:14 -0500 Subject: [PATCH] fix doc build? --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 22cfb7e173..49cafc86e6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,10 @@ build: os: ubuntu-24.04 tools: python: "3.13" + jobs: + post_install: + - make -C ports/m68kmac submodules + - make -C docs doc-pre # Build documentation in the "docs/" directory with Sphinx sphinx: