From: ktimoney Date: Fri, 1 Sep 2023 13:37:56 +0000 (+0100) Subject: Update readthedocs config X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f5dfb7315cb8ca9f88fac149fb58732a08e86b19;p=nonrtric%2Fplt%2Frappcatalogue.git Update readthedocs config Issue-ID: NONRTRIC-921 Change-Id: Ib65f10e5d1b4bcd2ee2e53aaf64ea57254d1164e Signed-off-by: ktimoney (cherry picked from commit 195560030b6243f1f0ba3996b1a3be2c46ff5363) --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f0136e..a4c72ae 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-20.04 + tools: + python: "3.7" 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..bd4d8ae 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,3 +1,3 @@ --- project_cfg: oran -project: nonrtric +project: nonrtric-plt-rappcatalogue