From 02bf62ea68729b209608bd1c201f2dceb429d059 Mon Sep 17 00:00:00 2001 From: Rowan Cheung Date: Thu, 17 Aug 2023 11:34:46 -0400 Subject: [PATCH] fix indentation in docs config --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2690d54..739259a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,8 +14,8 @@ build: # rust: "1.70" # golang: "1.20" jobs: - pre_build: - - sphinx-apidoc -o docs/source/sdk arthur_bench "arthur_bench/logger/*" "arthur_bench/models/client.py" -MET --templatedir docs/source/_templates + pre_build: + - sphinx-apidoc -o docs/source/sdk arthur_bench "arthur_bench/logger/*" "arthur_bench/models/client.py" -MET --templatedir docs/source/_templates # Build documentation in the "docs/" directory with Sphinx