From 84f89160c3c6f4e91e2558776b7673d255927313 Mon Sep 17 00:00:00 2001 From: Markus Cozowicz Date: Thu, 6 Jun 2024 18:02:45 +0000 Subject: [PATCH] fix RTD build --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 63fd2e1d..7918a843 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,8 +14,9 @@ build: # nodejs: "19" # rust: "1.64" # golang: "1.19" - pre_build: - sphinx-apidoc -f -o docs/source sempy_labs/ + jobs: + pre_build: + - sphinx-apidoc -f -o docs/source sempy_labs/ # Build documentation in the "docs/" directory with Sphinx sphinx: