From 520be95168abb135479460d45f3409766b25cbea Mon Sep 17 00:00:00 2001 From: Bagatur Date: Fri, 13 Oct 2023 17:50:28 -0700 Subject: [PATCH] custom build --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ef391bbd67e..2d0374f536e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,6 +12,8 @@ build: jobs: pre_build: - python docs/api_reference/create_api_rst.py + commands: + - sphinx-build -M html . $READTHEDOCS_OUTPUT/html -j auto # Build documentation in the docs/ directory with Sphinx sphinx: