Fix upstream RTD generation on readthedocs.org 78/11678/2
authorJohnKeeney <john.keeney@est.tech>
Mon, 28 Aug 2023 19:30:05 +0000 (20:30 +0100)
committerJohnKeeney <john.keeney@est.tech>
Mon, 28 Aug 2023 19:37:07 +0000 (20:37 +0100)
Issue-ID: NONRTRIC-855
Change-Id: Ia6f966d0e259fc7db3b8299957a9799a444c5441
Signed-off-by: JohnKeeney <john.keeney@est.tech>
.readthedocs.yaml
docs/overview.rst
tox.ini

index 70f19d8..8482a3a 100644 (file)
@@ -1,5 +1,5 @@
 #  ============LICENSE_START=======================================================
-#  Copyright (C) 2020-2022 Nordix Foundation
+#  Copyright (C) 2020-2023 Nordix Foundation
 #  ================================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
 #  SPDX-License-Identifier: Apache-2.0
 #  ============LICENSE_END=========================================================
 ---
-# Read the Docs configuration file
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
 version: 2
 
 formats:
   - htmlzip
 
 build:
-  image: latest
+  os: ubuntu-20.04
+  tools:
+    python: "3.8"
 
 python:
-  version: 3.7
   install:
-    - requirements: docs/requirements-docs.txt
+  - requirements: docs/requirements-docs.txt
 
 sphinx:
-  configuration: docs/conf.py
+  configuration: docs/conf.py
\ No newline at end of file
index 7c6698e..04bb0d3 100644 (file)
@@ -268,9 +268,9 @@ The auth-token-fetch is configured by the following environment variables.
 RAN Performance Monitoring Functions (File-based PM)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Functions to collect/parse/filter/store/forward file-based & event-based RAN PM data
+Functions to collect/parse/filter/store/forward file-based & event-based RAN PM data:
 
-- End-to-end tool-chain to collection, parsing, filtering and delivery of file-based RAN PM observability data.
+- End-to-end tool-chain to collection, parsing, filtering and delivery of file-based RAN PM observability data
 - PM report data format defined by 3GPP (TS 32.432 and 3GPP TS 32.435)
 - High performance, fully scalable
 - Subscribers (e.g. rApps) can subscribe for chosen measurement types from specific resources in the network
diff --git a/tox.ini b/tox.ini
index 00dd3b8..c4e4257 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@
 
 # documentation only
 [tox]
-minversion = 2.0
+minversion = 4.0
 envlist =
     docs,
     docs-linkcheck,