diff options
author | Al Morton <acmorton@att.com> | 2021-06-29 20:11:31 +0000 |
---|---|---|
committer | Al Morton <acmorton@att.com> | 2021-06-29 20:11:31 +0000 |
commit | 20705a6a9a2379193904094eb466d9bddf329635 (patch) | |
tree | 676caa04b2312af9b2f559a310055f5fefe188e8 | |
parent | bccd88ef95f02d1c47acf0fba9c6d2d1c7408540 (diff) | |
parent | 36712677ca512517c7bbc2c7f039976c6ae8bbef (diff) |
Merge branch 'tox-ini-fix' into 'master'
Fix of requirements file tox.ini
See merge request anuket/opnfvdocs!16
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ envlist = docs,docs-linkcheck 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" |