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