summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2023-06-21 10:54:51 +0100
committerToine Siebelink <toine.siebelink@est.tech>2023-06-22 08:50:38 +0000
commitfea391bcbd8d3c9b82f163c98070178f154d33a6 (patch)
treea50c4626fcbf75cc14510e8be8a3a34d47c91793
parent3d984b9bd92b2c26582dbc8a6814070ea5e392fd (diff)
Apply latest ReadTheDoc config rules
Issue-ID: CPS-1757 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I3af4d9224e5908021f323285bc3c0dca6e6f0ac2 (cherry picked from commit bd9b1564bf3ce5202a817622135e2d9df5637808)
-rw-r--r--.readthedocs.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 9c22c0b4..963cdf71 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,5 +1,5 @@
# ============LICENSE_START=======================================================
-# Copyright (C) 2021 Nordix Foundation
+# Copyright (C) 2021-2023 Nordix Foundation
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -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