Skip to content

Commit 4a64a77

Browse files
committed
forgot to update rtd
1 parent 9bb03cf commit 4a64a77

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ build:
2020
jobs:
2121
post_create_environment:
2222
- cp -r metadata pypet2bids/pypet2bids/
23-
# install poetry
24-
- pip install poetry==1.6.1
25-
- poetry config virtualenvs.create false
2623
# just use poetry to export a requirements.txt as that worked much better than the previous attempts
27-
- cd pypet2bids && poetry lock && poetry export --without-hashes --with dev --format=requirements.txt > requirements.txt
24+
- cd pypet2bids && pip install -e .[dev]
2825

2926
# Build documentation in the docs/ directory with Sphinx
3027
sphinx:
@@ -33,4 +30,4 @@ sphinx:
3330
# Optionally declare the Python requirements required to build your docs
3431
python:
3532
install:
36-
- requirements: pypet2bids/requirements.txt
33+
- requirements: pypet2bids/pyproject.toml

0 commit comments

Comments
 (0)