From 9a110d3292db95d16e246a6897cd3682244bd44b Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 9 Jan 2024 13:02:32 +0000 Subject: [PATCH] CI: Update RTD configuration file 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 Change-Id: I6c72e384524458d6d0c3e0a70a20d80cef96b5dc --- .readthedocs.yaml | 5 +++-- docs/developer-guide.rst | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a4c72ae..abb0a1c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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: diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 5eed72b..9713ee4 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -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 =============== -- 2.16.6