Issue-ID: VNFRQTS-540
Change-Id: I2ee5d7e8447bfe22c468853781ebf87cd3811ad7
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
 {
-    "created": "2019-01-29T22:28:48.655323",
+    "created": "2019-02-06T21:42:46.108417",
     "current_version": "dublin",
     "project": "",
     "versions": {
             "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.",
 
    See the License for the specific language governing permissions and
    limitations under the License.
 
-
 VNF Requirements Release Notes
 ==============================
 
 
 [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