X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=afa3e385c09ebaa37a655ac9981b1d68f565e469;hb=30f41fcbaa50eef322aa47efe8346b432b96b578;hp=82507995b1ffc7f7576d0f5b27345a7018b68cb8;hpb=cfc90f8d9f6e5bd1c38f3aa44e0032a1a4eb3b8b;p=sim%2Fa1-interface.git diff --git a/tox.ini b/tox.ini index 8250799..afa3e38 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ # ================================================================================== -# Copyright (c) 2020 Nordix +# Copyright (c) 2020-2022 Nordix # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -48,11 +48,12 @@ commands = # doc jobs [testenv:docs] whitelist_externals = echo -basepython = python3 +basepython = python3.8 deps = sphinx sphinx-rtd-theme sphinxcontrib-httpdomain + sphinxcontrib-openapi==0.6.0 recommonmark lfdocs-conf commands = @@ -61,10 +62,11 @@ commands = [testenv:docs-linkcheck] skipsdist = true -basepython = python3 +basepython = python3.8 deps = sphinx sphinx-rtd-theme sphinxcontrib-httpdomain + sphinxcontrib-openapi==0.6.0 recommonmark lfdocs-conf commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck