fix docs build process 85/14285/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 27 Mar 2025 12:27:01 +0000 (13:27 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 27 Mar 2025 12:27:01 +0000 (13:27 +0100)
- update config yaml also inspired by SIM project

Issue-ID: OAM-447
Change-Id: Ia2b8e98320358fee182f2c6093315abf2a37e684
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
.readthedocs.yaml

index fba6092..9bde2ca 100644 (file)
@@ -5,13 +5,13 @@ formats:
   - htmlzip
 
 build:
-  image: latest
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
 
 python:
-  version: 3.7
   install:
-    - requirements: docs/requirements-docs.txt
+  - requirements: docs/requirements-docs.txt
 
 sphinx:
   configuration: docs/conf.py
-  
\ No newline at end of file