We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a64a77 commit 6530c92Copy full SHA for 6530c92
.readthedocs.yaml
@@ -11,23 +11,15 @@ submodules:
11
- golden_ecat.py
12
- tests
13
14
-
15
# Set the version of Python and other tools you might need
16
build:
17
os: ubuntu-22.04
18
tools:
19
python: "3.11"
20
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
+ create_environment:
24
- cd pypet2bids && pip install -e .[dev]
25
26
# Build documentation in the docs/ directory with Sphinx
27
sphinx:
28
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