From: JohnKeeney Date: Mon, 28 Aug 2023 19:30:05 +0000 (+0100) Subject: Fix upstream RTD generation on readthedocs.org X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4d20befe82e7817f853d63ca1969a51c89e66601;p=nonrtric.git Fix upstream RTD generation on readthedocs.org Issue-ID: NONRTRIC-855 Change-Id: Ia6f966d0e259fc7db3b8299957a9799a444c5441 Signed-off-by: JohnKeeney --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 70f19d8d..8482a3ad 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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. @@ -16,20 +16,19 @@ # 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 diff --git a/docs/overview.rst b/docs/overview.rst index 7c6698ed..04bb0d3a 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -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 00dd3b8a..c4e42576 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ # documentation only [tox] -minversion = 2.0 +minversion = 4.0 envlist = docs, docs-linkcheck,