Skip to content

Commit d020131

Browse files
committed
Fix readthedocs build by adding local pacakge install
1 parent 4ce5b84 commit d020131

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ formats:
1818
python:
1919
install:
2020
- requirements: docs/requirements.txt
21+
- method: pip
22+
path: ./sagemaker-core
23+
- method: pip
24+
path: ./sagemaker-train
25+
- method: pip
26+
path: ./sagemaker-serve
27+
- method: pip
28+
path: ./sagemaker-mlops
2129
- method: pip
2230
path: .
2331
extra_requirements:

0 commit comments

Comments
 (0)