X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pmproducer%2Ftox.ini;h=52803ed402c82919cb30e09732807a00f9230a31;hb=75a5bdd0a4b9c4471b9a1673483e3ec55fdc53a6;hp=2705e16e7f3f7970431bf020b30dd8f7e515a860;hpb=608883c0d1a053280151772144798311f3699909;p=nonrtric%2Fplt%2Franpm.git diff --git a/pmproducer/tox.ini b/pmproducer/tox.ini index 2705e16..52803ed 100644 --- a/pmproducer/tox.ini +++ b/pmproducer/tox.ini @@ -1,5 +1,5 @@ # ================================================================================== -# Copyright (c) 2020 Nordix +# Copyright (c) 2023 Nordix # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ # documentation only [tox] -minversion = 2.0 +minversion = 4.0 envlist = docs, docs-linkcheck, @@ -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