Skip to content

Commit 6530c92

Browse files
committed
update rtd build
1 parent 4a64a77 commit 6530c92

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,15 @@ submodules:
1111
- golden_ecat.py
1212
- tests
1313

14-
1514
# Set the version of Python and other tools you might need
1615
build:
1716
os: ubuntu-22.04
1817
tools:
1918
python: "3.11"
2019
jobs:
21-
post_create_environment:
22-
- cp -r metadata pypet2bids/pypet2bids/
23-
# just use poetry to export a requirements.txt as that worked much better than the previous attempts
20+
create_environment:
2421
- cd pypet2bids && pip install -e .[dev]
2522

2623
# Build documentation in the docs/ directory with Sphinx
2724
sphinx:
2825
configuration: docs/conf.py
29-
30-
# Optionally declare the Python requirements required to build your docs
31-
python:
32-
install:
33-
- requirements: pypet2bids/pyproject.toml

0 commit comments

Comments
 (0)