Update readthedocs config
Issue-ID: NONRTRIC-921
Change-Id: I6a85e2a1a9cdfd7fc7c87837b36545d30ac8f551
Signed-off-by: ktimoney <kevin.timoney@est.tech>
(cherry picked from commit 74d917bf10b14d55bbed963887aaa6bd2a7ae2dd)
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index fd96bc1..2169075 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,5 +1,5 @@
# ============LICENSE_START===============================================
-# Copyright (C) 2021-2022 Nordix Foundation. All rights reserved.
+# Copyright (C) 2021-2023 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.
@@ -22,12 +22,13 @@
- htmlzip
build:
- image: latest
+ os: ubuntu-22.04
+ tools:
+ python: "3.11"
python:
- version: 3.7
install:
- - requirements: docs/requirements-docs.txt
+ - requirements: docs/requirements-docs.txt
sphinx:
configuration: docs/conf.py
diff --git a/docs/index.rst b/docs/index.rst
index 432d187..087b68a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,6 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. SPDX-License-Identifier: CC-BY-4.0
-.. Copyright (C) 2021 Nordix
+.. Copyright (C) 2021-2023 Nordix
Non-RT RIC DMaaP Adapter
========================