Skip to content

Commit

Permalink
Fix: Fix requirements install for RTD
Browse files Browse the repository at this point in the history
Issue: RELENG-5171
Signed-off-by: Andrew Grimberg <[email protected]>
Change-Id: Id9ee39d08b7aeeb86df488d2f8866167b278e654
  • Loading branch information
tykeal committed Feb 21, 2024
1 parent 614788d commit 2c5a6d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ build:

python:
install:
- requirements: requirements-docs.txt
- {path: ., method: pip}
- extra_requirements:
- .[docs]
path: .
method: pip

0 comments on commit 2c5a6d5

Please sign in to comment.