The reference to requirements.txt pointed to the etc folder, however the file is
in the docs folder. This commit fixes the reference.
Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
skipsdist = true
[testenv:docs]
-deps = -r{toxinidir}/etc/requirements.txt
+deps = -r{toxinidir}/docs/requirements.txt
commands =
sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/docs/_build/html"