From bd53564181115598b5133cf724ffc1e8bf16cc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Thu, 25 Apr 2024 11:17:15 +0200 Subject: [PATCH] fix in readthedocs.yml --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1249ef45..82af328f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,9 +12,9 @@ build: python: "3.10" jobs: pre_build: - cd docs - sh examples_to_rst.sh - cd - + - cd docs + - sh examples_to_rst.sh + - cd - python: # Install our python package before building the docs