From a3f14cb469b9449b90154ba95a1c62d9c52c4dc2 Mon Sep 17 00:00:00 2001 From: ktimoney Date: Fri, 16 Jun 2023 12:30:23 +0100 Subject: [PATCH] Fixing a mistake in readthedocs.yaml Issue-ID: NONRTRIC-883 Change-Id: If88ed9c091a8fcaaec707f27f9f18336ef446fe2 Signed-off-by: ktimoney --- .readthedocs.yaml | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0693439..afe0c26 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 bd946f6..d3b23f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,11 +1,11 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2020-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2021-2022 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. # 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