From 39e04b0a01d667eb7ad77c21363ba6e51974a600 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Mon, 16 Dec 2024 16:34:10 +0000 Subject: [PATCH] Fix RTD job - again Issue-ID: NONRTRIC-1041 Change-Id: I711d9cfb7b260543af227001cf4cbf208f7a99bd 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 3c3b945..de0fead 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,6 @@ # ============LICENSE_START=============================================== # Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. -# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. +# Copyright (C) 2023-2024 OpenInfra Foundation Europe. 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. diff --git a/docs/conf.py b/docs/conf.py index 51a61b7..437bd21 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # ============LICENSE_START=============================================== # Copyright (C) 2021-2022 Nordix Foundation. All rights reserved. -# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. +# Copyright (C) 2023-2024 OpenInfra Foundation Europe. 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. -- 2.16.6