From: JohnKeeney Date: Thu, 15 Jun 2023 23:14:05 +0000 (+0100) Subject: Roll version after release nonrtric-plt-rappcatalogue:1.2.1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5f6536a52297470c4016d79e42a7657564301d26;p=nonrtric%2Fplt%2Frappcatalogue.git Roll version after release nonrtric-plt-rappcatalogue:1.2.1 Issue-ID: NONRTRIC-883 Change-Id: Ic73d17d973350a2c3ad3049ad5f95cfa5dac46c1 Signed-off-by: JohnKeeney --- diff --git a/docs/conf.py b/docs/conf.py index 0d96f9a..b926353 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ from docs_conf.conf import * #branch configuration -branch = 'latest' +branch = 'h-release' language = 'en' diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 8f65cbd..26964ff 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,3 +1,4 @@ sphinx sphinxcontrib-redoc lfdocs-conf +urllib3~=1.26.15 diff --git a/pom.xml b/pom.xml index ebaa61b..666dcc3 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric.plt rappcatalogue - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT The Apache Software License, Version 2.0 diff --git a/tox.ini b/tox.ini index 2705e16..00dd3b8 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/docs/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3