Roll versions after release a1-simulator:2.5.1 90/11390/4
authorJohnKeeney <john.keeney@est.tech>
Fri, 16 Jun 2023 00:23:09 +0000 (01:23 +0100)
committerJohn Keeney <john.keeney@est.tech>
Fri, 16 Jun 2023 02:11:58 +0000 (02:11 +0000)
Issue-ID: NONRTRIC-883
Change-Id: I9f885b805551800a29e35adb4aec68c5f7c4a9e8
Signed-off-by: JohnKeeney <john.keeney@est.tech>
docs/conf.py
docs/requirements-docs.txt
near-rt-ric-simulator/README.md
near-rt-ric-simulator/container-tag.yaml
tox.ini

index 42330a6..e49987f 100644 (file)
@@ -1,6 +1,6 @@
 from docs_conf.conf import *
 
-branch = 'latest'
+branch = 'h-release'
 
 language = 'en'
 
index 4cfc69f..f453792 100644 (file)
@@ -7,3 +7,4 @@ sphinxcontrib-needs
 sphinxcontrib-swaggerdoc
 recommonmark
 lfdocs-conf
+urllib3~=1.26.15
index 235d592..b50d9f6 100644 (file)
@@ -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/tox.ini b/tox.ini
index 3a1149e..f19042b 100644 (file)
--- 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