diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-02-06 21:52:39 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-02-06 22:28:02 +0000 |
commit | 9b20780b815195495d4239b92762d9d1a88307b3 (patch) | |
tree | ba288937c80bab479f76f465c9475d341949c455 | |
parent | 8bf735f0d1b991a052532c9db88af15c5ad7d0cc (diff) |
VNFRQTS - Update tox for new workflow
Issue-ID: VNFRQTS-540
Change-Id: I2ee5d7e8447bfe22c468853781ebf87cd3811ad7
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
-rw-r--r-- | docs/data/needs.json | 4 | ||||
-rw-r--r-- | docs/release-notes.rst | 1 | ||||
-rw-r--r-- | tox.ini | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/docs/data/needs.json b/docs/data/needs.json index 5c01730..f7edacb 100644 --- a/docs/data/needs.json +++ b/docs/data/needs.json @@ -1,5 +1,5 @@ { - "created": "2019-01-29T22:28:48.655323", + "created": "2019-02-06T21:42:46.108417", "current_version": "dublin", "project": "", "versions": { @@ -45910,7 +45910,7 @@ "needs_amount": 789 }, "dublin": { - "created": "2019-01-29T22:28:48.655303", + "created": "2019-02-06T21:42:46.108340", "needs": { "R-00011": { "description": "A VNF's Heat Orchestration Template's parameter defined\nin a nested YAML file\n**SHOULD NOT** have a parameter constraint defined.", diff --git a/docs/release-notes.rst b/docs/release-notes.rst index e85e037..6274390 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -12,7 +12,6 @@ See the License for the specific language governing permissions and limitations under the License. - VNF Requirements Release Notes ============================== @@ -23,11 +23,13 @@ skipsdist = true [testenv:docs] deps = -r{toxinidir}/etc/requirements.txt commands = - sphinx-build -c . -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/ sphinx-build -c . -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" whitelist_externals = echo +[testenv:needs] +deps = -r{toxinidir}/etc/requirements.txt +commands = sphinx-build -c . -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/ [testenv:docs-linkcheck] deps = -r{toxinidir}/etc/requirements.txt |