Skip to content

Commit

Permalink
Probably final try I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Nov 20, 2024
1 parent 4dec2c7 commit a583066
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ build:
tools:
python: "3.11"
jobs:
post_checkout:
- git clone -n --depth=1 --filter=tree:0 https://github.com/AstarVienna/irdb ./docs/source/examples/inst_pkgs
- 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 . -name \*.ipynb -type f -print
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
Expand All @@ -20,12 +25,6 @@ build:
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
- 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
# - 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

sphinx:
configuration: docs/source/conf.py
Expand Down

0 comments on commit a583066

Please sign in to comment.