X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=6f02ca0b8bd75c4c182c9f564a7151e9698a2768;hb=HEAD;hp=69aa189376a79240b72cc236ee3720ae9055337d;hpb=dda0e18b1dd1a9a2397f43262124d4de3dc424e7;p=barometer.git diff --git a/tox.ini b/tox.ini index 69aa1893..6f02ca0b 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = skipsdist = true [testenv:docs] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -13,5 +14,16 @@ commands = whitelist_externals = echo [testenv:docs-linkcheck] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck + +[testenv:docs-releasenotes] +basepython=python3 +deps = -rdocs/requirements.txt +commands = reno --rel-notes-dir docs/release/release-notes/ report + +[testenv:docs-create-note] +basepython = python3 +deps = -rdocs/requirements.txt +commands = reno --rel-notes-dir docs/release/release-notes/ new {posargs}