From 5f6536a52297470c4016d79e42a7657564301d26 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 16 Jun 2023 00:14:05 +0100 Subject: [PATCH] Roll version after release nonrtric-plt-rappcatalogue:1.2.1 Issue-ID: NONRTRIC-883 Change-Id: Ic73d17d973350a2c3ad3049ad5f95cfa5dac46c1 Signed-off-by: JohnKeeney --- docs/conf.py | 2 +- docs/requirements-docs.txt | 1 + pom.xml | 2 +- tox.ini | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.16.6