From 650031cfb4a5316647f74892f49c0a9a7a714b74 Mon Sep 17 00:00:00 2001 From: ktimoney Date: Fri, 1 Sep 2023 14:28:16 +0100 Subject: [PATCH] Update readthedocs config Issue-ID: NONRTRIC-921 Change-Id: I18ec810cda592fbc1c2e770ad3269650a7fc6384 Signed-off-by: ktimoney (cherry picked from commit bdbe6989b37ab0d3e2538388222719f84990dcef) --- .readthedocs.yaml | 11 ++++++++--- docs/api-docs.rst | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index afe0c26..1315ea8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2019-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2019-2023 Nordix Foundation. 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,12 +22,17 @@ formats: - htmlzip build: +<<<<<<< HEAD (90b609 Docs: Update release notes) image: latest +======= + os: ubuntu-22.04 + tools: + python: "3.11" +>>>>>>> CHANGE (bdbe69 Update readthedocs config) python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py diff --git a/docs/api-docs.rst b/docs/api-docs.rst index 25699df..c8bd999 100644 --- a/docs/api-docs.rst +++ b/docs/api-docs.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2021 Nordix +.. Copyright (C) 2021-2023 Nordix .. _api_docs: -- 2.16.6