Update readthedocs config 62/11762/2
authorktimoney <kevin.timoney@est.tech>
Fri, 1 Sep 2023 13:03:17 +0000 (14:03 +0100)
committerktimoney <kevin.timoney@est.tech>
Mon, 4 Sep 2023 12:15:56 +0000 (13:15 +0100)
Issue-ID: NONRTRIC-921
Change-Id: Id99ac8dc8edd4c3bb22d74708dc277a429aaec11
Signed-off-by: ktimoney <kevin.timoney@est.tech>
.readthedocs.yaml
docs/installation-guide.rst

index 7f0136e..311a67c 100644 (file)
@@ -1,5 +1,5 @@
 #  ============LICENSE_START===============================================
-#  Copyright (C) 2020-2022 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2020-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 @@ formats:
   - 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
index 1837152..5552cb1 100644 (file)
@@ -1,6 +1,6 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
 .. http://creativecommons.org/licenses/by/4.0
-.. Copyright (C) 2021 Nordix
+.. Copyright (C) 2021-2023 Nordix
 
 Installation Guide
 ==================