Fix rtd build 21/110521/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Mar 2024 12:17:04 +0000 (13:17 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Mar 2024 12:17:04 +0000 (13:17 +0100)
build.os is a required variable, otherwise the build is failing.

Change-Id: I8e94c93ce6948618b136523bb692b98806ff46e7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
.readthedocs.yml

index 5ff506fb920270f2b955338bb9d99e990c407115..700b732f8a4ca5d4dc240908b9327111b03c6ea4 100644 (file)
@@ -5,6 +5,9 @@
 # Required
 version: 2
 
+build:
+    os: ubuntu-22.04
+
 sphinx:
     configuration: docs/conf.py