From e0a98447e3ce77e5b5f582b289c65b3b4fb72f0c Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 16 Jun 2023 02:43:26 +0100 Subject: [PATCH] Fixing a mistake in readthedocs.yaml Issue-ID: NONRTRIC-883 Change-Id: I60ba81c846e63c07941bef8c77f5a7572d487bec Signed-off-by: JohnKeeney --- .readthedocs.yaml | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 991999b..7f0136e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,7 +22,7 @@ formats: - htmlzip build: - image: h-release + image: latest python: version: 3.7 diff --git a/docs/conf.py b/docs/conf.py index e8ddc27..9a38b22 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, -- 2.16.6