Skip to content

Commit

Permalink
Update RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed May 16, 2024
1 parent 2f9415a commit 0fe4bb8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,9 @@ build:
tools:
python: "3.10"

jobs:
pre_install:
# Generate a requirements file for the whole project based on the latest lock
# For some reasn the path isn't set
- "pip install pipenv"
- "echo $(which python)"
- "cd ./pydatalab && $(find /home/docs/checkouts/readthedocs.org/user_builds/the-datalab/ -type f -name pipenv | head -n 1) requirements --dev > ./docs/tmp-requirements-docs.txt"

python:
install:
- requirements: pydatalab/docs/tmp-requirements-docs.txt
- requirements: pydatalab/requirements/requirements-all-dev.txt
- method: pip
path: ./pydatalab

Expand Down

0 comments on commit 0fe4bb8

Please sign in to comment.