From 54b2d6ba95c1b43224e6e8baa4378762bd62133c Mon Sep 17 00:00:00 2001 From: ktimoney Date: Mon, 4 Sep 2023 10:59:17 +0100 Subject: [PATCH] Update readthedocs config Issue-ID: NONRTRIC-921 Change-Id: Idde1242268b3efe63974b03b0b8df544772c47c8 Signed-off-by: ktimoney (cherry picked from commit 7904b3a47ef4ea81f026543a13cec0f0ef4456fd) --- .readthedocs.yaml | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 * -- 2.16.6