We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eec4d commit 3eef41aCopy full SHA for 3eef41a
.readthedocs.yaml
@@ -19,20 +19,14 @@ sphinx:
19
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
python:
21
install:
22
+ - requirements: docs/doc-requirements.txt
23
- method: pip
- requirements: docs/doc-requirements.txt
24
+ path: ./Alt-Core
25
- path: Alt-Core
26
- editable: true
+ path: ./Alt-Cameras
27
28
- path: Alt-Cameras
29
+ path: ./Alt-Dashboard
30
31
- path: Alt-Dashboard
32
+ path: ./Alt-ObjectLocalization
33
34
- path: Alt-ObjectLocalization
35
36
- - method: pip
37
- path: Alt-Pathplanning
38
+ path: ./Alt-Pathplanning
0 commit comments