From: ktimoney Date: Mon, 4 Sep 2023 09:59:17 +0000 (+0100) Subject: Update readthedocs config X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fh-release;p=nonrtric%2Fplt%2Franpm.git Update readthedocs config Issue-ID: NONRTRIC-921 Change-Id: Idde1242268b3efe63974b03b0b8df544772c47c8 Signed-off-by: ktimoney (cherry picked from commit 7904b3a47ef4ea81f026543a13cec0f0ef4456fd) --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6fcc5c8..8b778e3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -28,7 +28,7 @@ formats: build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.11" jobs: pre_build: - mkdir --parents _readthedocs/html/ diff --git a/docs/conf.py b/docs/conf.py index 531d9c2..503cd0d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -16,7 +16,7 @@ # # NB: This is the only conf.yaml file used by the upstream readthedocs job (ref '.readthedocs.yaml') -# Where possible include contents of the sub-folders' 'conf.yaml' files here if appropriate +# Where possible include contents of the sub-folders' 'conf.yaml' files here if appropriate from docs_conf.conf import *