From: aravind.est Date: Tue, 9 Jan 2024 13:02:32 +0000 (+0000) Subject: CI: Update RTD configuration file X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F12427%2F3;p=nonrtric%2Fplt%2Frappcatalogue.git 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 --- 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 ===============