CI: Update RTD configuration file 27/12427/3
authoraravind.est <aravindhan.a@est.tech>
Tue, 9 Jan 2024 13:02:32 +0000 (13:02 +0000)
committeraravind.est <aravindhan.a@est.tech>
Wed, 10 Jan 2024 14:20:16 +0000 (14:20 +0000)
RTD has finished their switch requiring version 2 of their
configuration file and we must now update to work with it.

Ref:
https://blog.readthedocs.com/use-build-os-config/

Issue-ID: NONRTRIC-963
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I6c72e384524458d6d0c3e0a70a20d80cef96b5dc

.readthedocs.yaml
docs/developer-guide.rst

index a4c72ae..abb0a1c 100644 (file)
@@ -1,5 +1,6 @@
 #  ============LICENSE_START===============================================
 #  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -22,9 +23,9 @@ formats:
   - htmlzip
 
 build:
-  os: ubuntu-20.04
+  os: ubuntu-22.04
   tools:
-    python: "3.7"
+    python: "3.11"
 
 python:
   install:
index 5eed72b..9713ee4 100644 (file)
@@ -1,7 +1,7 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. SPDX-License-Identifier: CC-BY-4.0
 .. Copyright (C) 2021-2013 Nordix
-.. Copyright (C) 2021 OpenInfra Foundation Europe
+.. Copyright (C) 2023-2024 OpenInfra Foundation Europe
 
 Developer Guide
 ===============