Skip to content

Commit

Permalink
requirements txt with group
Browse files Browse the repository at this point in the history
  • Loading branch information
vergauwenthomas committed Sep 5, 2024
1 parent f51c904 commit ab9e562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:
- poetry install --with documentation
# create a requirements file of the poetry env
- rm -f ./docs/rtd_requirements.txt
- poetry export --without-hashes --format=requirements.txt > ./docs/rtd_requirements.txt
- poetry export --without-hashes --with=documentation --format=requirements.txt > ./docs/rtd_requirements.txt
#run test?
#- poetry run python rtdtest.py
#build doc in sphinx env (this is not pre build !!)
Expand Down
1 change: 1 addition & 0 deletions deploiment/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ poetry add shapely@latest
# Toolkit DEV group
poetry add poetry@latest --group dev
poetry add pre-commit@latest --group dev
poetry add poetry-plugin-export --group dev

# Toolkit documentation group
poetry add myst_parser@^3 --group documentation #4.0.x not comp with py3.9
Expand Down

0 comments on commit ab9e562

Please sign in to comment.