Issue-ID: VNFRQTS-872
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Change-Id: Icdebd10c7097b4c2c267858d7dfd062062548711
       VNFs or PNFs for compliance with ONAP; ONAP projects such as the VNF
       Validation Project will uses these VNFs or PNFs requirements to build
       test cases to validate VNFs or PNFs for compliance with ONAP.
+
 
 
 branch = 'latest'
 master_doc = 'index'
+version = 'frankfurt'
 
 linkcheck_ignore = [
     'http://localhost',
 
     git
     sh
 
+[testenv:needs]
+basepython = python3
+deps = -r{toxinidir}/etc/requirements.txt
+commands = sphinx-build -c ./docs/ -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/
+
 [testenv:docs-linkcheck]
 basepython = python3
 deps = -r{toxinidir}/etc/requirements.txt