From dfa137e9a9400eeee8a64166b6c3b0da3e8cdda7 Mon Sep 17 00:00:00 2001 From: Marco Perini Date: Wed, 14 Feb 2024 14:28:43 +0100 Subject: [PATCH] Add automatic module build --- readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index 521b439b..29899c2c 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -9,6 +9,9 @@ build: os: ubuntu-22.04 tools: python: "3.9" + jobs: + pre_build: + - sphinx-apidoc -o docs/source/modules yosoai -f # Build documentation in the "docs/" directory with Sphinx sphinx: