Skip to content

Commit

Permalink
Add explicit requirements to docs build workflow (#1787)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin Vaidya <[email protected]>
  • Loading branch information
ashwinvaidya17 authored Feb 28, 2024
1 parent d508901 commit 1fb1f59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ formats:
python:
install:
- requirements: docs/requirements.txt
- requirements: requirements/core.txt
- requirements: requirements/loggers.txt
- requirements: requirements/notebooks.txt
- requirements: requirements/openvino.txt
- method: pip
path: .

0 comments on commit 1fb1f59

Please sign in to comment.