From 5bc22dfb5fc6d8effe089d8846139ad4cd7c5104 Mon Sep 17 00:00:00 2001 From: ktimoney Date: Mon, 4 Sep 2023 16:04:20 +0100 Subject: [PATCH] Update readthedocs config Issue-ID: NONRTRIC-921 Change-Id: Ie4c3b1c1df9504f436c371f64958d634ef529ea1 Signed-off-by: ktimoney --- .readthedocs.yaml | 9 +++++---- docs/conf.yaml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f0136e..311a67c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2020-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-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,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 diff --git a/docs/conf.yaml b/docs/conf.yaml index 7235ba1..c44927e 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,3 +1,3 @@ --- project_cfg: oran -project: nonrtric +project: nonrtric-rapp-ransliceassurance -- 2.16.6