Skip to content

Commit

Permalink
Update .readthedocs.yaml with pip install method
Browse files Browse the repository at this point in the history
and extra requirements
  • Loading branch information
Hananel-Hazan committed Nov 15, 2023
1 parent 30def2d commit 9d12c05
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ formats:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt

- requirements: docs/requirements.txt
- method: pip
path: .
extra_requirements:
- docs
- method: pip
path: another/package

# python:
# version: 3.8
# install:
Expand Down

0 comments on commit 9d12c05

Please sign in to comment.