aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2023-06-21 10:13:46 +0100
committerToineSiebelink <toine.siebelink@est.tech>2023-06-21 10:26:45 +0100
commit43e3e06f795a46c392004af1acb97db3b2f2cfb6 (patch)
treebb3c39ddb0d00fa90f86b9983faa7d6f4cfb48ef /.readthedocs.yaml
parentcb0256d46fa8fd75f54482917ec1cd4aba02fb55 (diff)
Apply latest ReedTheDoc config rules
Issue-ID: CPS-1757 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Icdf5fe5b5b1d6628bed786a1d99816e7990302cc
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 9c22c0b40..bd580e5f2 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -23,16 +23,14 @@
# Required
version: 2
-formats:
- - htmlzip
-
build:
- image: latest
+ os: ubuntu-20.04
+ tools:
+ python: "3.8"
python:
- version: 3.7
install:
- - requirements: docs/requirements-docs.txt
+ - requirements: docs/requirements-docs.txt
sphinx:
configuration: docs/conf.py