Issue-ID: NONRTRIC-883
Change-Id: Ic73d17d973350a2c3ad3049ad5f95cfa5dac46c1
Signed-off-by: JohnKeeney <john.keeney@est.tech>
#branch configuration
-branch = 'latest'
+branch = 'h-release'
language = 'en'
sphinx
sphinxcontrib-redoc
lfdocs-conf
+urllib3~=1.26.15
</parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>rappcatalogue</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
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