Code Review
/
pti
/
rtp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3fc1ee4
)
readthedocs: Use build.os instead of build.image
14/11714/1
author
Jackie Huang
<jackie.huang@windriver.com>
Fri, 1 Sep 2023 02:37:10 +0000
(10:37 +0800)
committer
Jackie Huang
<jackie.huang@windriver.com>
Fri, 1 Sep 2023 02:44:51 +0000
(10:44 +0800)
build.image config key will be deprecated in favor of build.os
ref:
https://blog.readthedocs.com/use-build-os-config/
Issue-ID: INF-429
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Icaeb1dd26319d91c86082af5d419d694cb94a3d3
.readthedocs.yaml
patch
|
blob
|
history
diff --git
a/.readthedocs.yaml
b/.readthedocs.yaml
index
3797dc8
..
243587e
100644
(file)
--- a/
.readthedocs.yaml
+++ b/
.readthedocs.yaml
@@
-9,10
+9,11
@@
formats:
- htmlzip
build:
- image: latest
+ os: latest
+ tools:
+ python: "3.7"
python:
- version: 3.7
install:
- requirements: docs/requirements-docs.txt