Skip to content

Commit

Permalink
More debug...
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg authored Nov 20, 2024
1 parent e7675ce commit f6ac36e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ build:
- 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 --depth 1 https://github.com/AstarVienna/irdb.git docs/source/examples/inst_pkgs
- find docs/source/examples/inst_pkgs -name \*.ipynb -type f -print -delete
- git clone --depth 1 https://github.com/AstarVienna/irdb.git ./docs/source/examples/inst_pkgs
- find ./docs/source/examples/inst_pkgs -name \*.ipynb -type f -print -delete
- find . -name \*.ipynb -type f -print
- find . -name \*.yaml -type f -print

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

0 comments on commit f6ac36e

Please sign in to comment.