From c5d4c3830df9262801b6b34fc2c9fbd1d9747e39 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 16 Jun 2023 01:23:09 +0100 Subject: [PATCH] Roll versions after release a1-simulator:2.5.1 Issue-ID: NONRTRIC-883 Change-Id: I9f885b805551800a29e35adb4aec68c5f7c4a9e8 Signed-off-by: JohnKeeney --- docs/conf.py | 2 +- docs/requirements-docs.txt | 1 + near-rt-ric-simulator/README.md | 2 +- near-rt-ric-simulator/container-tag.yaml | 2 +- tox.ini | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 42330a6..e49987f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ from docs_conf.conf import * -branch = 'latest' +branch = 'h-release' language = 'en' diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 4cfc69f..f453792 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -7,3 +7,4 @@ sphinxcontrib-needs sphinxcontrib-swaggerdoc recommonmark lfdocs-conf +urllib3~=1.26.15 diff --git a/near-rt-ric-simulator/README.md b/near-rt-ric-simulator/README.md index 235d592..b50d9f6 100644 --- a/near-rt-ric-simulator/README.md +++ b/near-rt-ric-simulator/README.md @@ -286,7 +286,7 @@ To use the 'coverage' cmd, coverage need to be installed use 'pip install covera ## License -Copyright (C) 2022 Nordix Foundation. +Copyright (C) 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. You may obtain a copy of the License at diff --git a/near-rt-ric-simulator/container-tag.yaml b/near-rt-ric-simulator/container-tag.yaml index 6f04434..871c0c4 100644 --- a/near-rt-ric-simulator/container-tag.yaml +++ b/near-rt-ric-simulator/container-tag.yaml @@ -1,2 +1,2 @@ --- -tag: 2.5.0 +tag: 2.5.1 diff --git a/tox.ini b/tox.ini index 3a1149e..f19042b 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = # doc jobs [testenv:docs] allowlist_externals = echo -basepython = python3.8 +basepython = python3 deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -56,7 +56,7 @@ commands = [testenv:docs-linkcheck] skipsdist = true -basepython = python3.8 +basepython = python3 deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck -- 2.16.6