Skip to content

Commit 3eef41a

Browse files
committed
more fix
1 parent f9eec4d commit 3eef41a

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,14 @@ sphinx:
1919
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2020
python:
2121
install:
22+
- requirements: docs/doc-requirements.txt
2223
- method: pip
23-
requirements: docs/doc-requirements.txt
24+
path: ./Alt-Core
2425
- method: pip
25-
path: Alt-Core
26-
editable: true
26+
path: ./Alt-Cameras
2727
- method: pip
28-
path: Alt-Cameras
29-
editable: true
28+
path: ./Alt-Dashboard
3029
- method: pip
31-
path: Alt-Dashboard
32-
editable: true
30+
path: ./Alt-ObjectLocalization
3331
- method: pip
34-
path: Alt-ObjectLocalization
35-
editable: true
36-
- method: pip
37-
path: Alt-Pathplanning
38-
editable: true
32+
path: ./Alt-Pathplanning

0 commit comments

Comments
 (0)