From 44df7caf9b282de4b8af03a848f687beb9607874 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Wed, 20 Nov 2024 22:58:37 +0100 Subject: [PATCH] fixup black magic --- .readthedocs.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f582fa9a..a6fa77bb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,10 +22,8 @@ build: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run pip install git+https://github.com/AstarVienna/ScopeSim_Data.git pre_build: - git clone -n --depth=1 --filter=tree:0 https://github.com/AstarVienna/irdb ./docs/source/examples/inst_pkgs - - cd ./docs/source/examples/inst_pkgs - - git sparse-checkout set --no-cone Armazones ELT METIS MICADO LFOA !docs - - git checkout - - cd ../../../../ + - git -C ./docs/source/examples/inst_pkgs sparse-checkout set --no-cone Armazones ELT METIS MICADO LFOA !docs + - git -C ./docs/source/examples/inst_pkgs checkout # - find ./docs/source/examples/inst_pkgs -name \*.ipynb -type f -print -delete - find . -name \*.ipynb -type f -print