Code Review
/
usecase-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7aac0fe
)
update .readthedocs.yaml
30/135030/1
author
thmsdt
<thomas.kulik@telekom.de>
Thu, 22 Jun 2023 09:48:24 +0000
(11:48 +0200)
committer
Thomas Kulik
<thomas.kulik@telekom.de>
Thu, 22 Jun 2023 09:57:29 +0000
(09:57 +0000)
Issue-ID: DOC-811
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I8597e6da908ee893aaeb66e4543061bf6376aaa4
(cherry picked from commit
045b446ddab61b66cd737b3738eceb47a0efb8a3
)
.readthedocs.yaml
patch
|
blob
|
history
diff --git
a/.readthedocs.yaml
b/.readthedocs.yaml
index
82889b5
..
f56b3b7
100644
(file)
--- a/
.readthedocs.yaml
+++ b/
.readthedocs.yaml
@@
-3,18
+3,16
@@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
-version: 2
+version: 2
build:
- image: latest
+ os: ubuntu-20.04
+ tools:
+ python: "3.8"
python:
- version: 3.7
install:
- - requirements: docs/requirements-docs.txt
-
-submodules:
- include: all
+ - requirements: docs/requirements-docs.txt
sphinx:
configuration: docs/conf.py