summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Lovett <trevor.lovett@att.com>2020-04-08 20:44:19 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-08 20:44:19 +0000
commit73e0fa50c26ab4c59abaf83243621c58e6b29b35 (patch)
treec5fd786f2a42622e1b4b0afcd7bc129aa651c10d
parent096fb6836ae0d00bda8a4886692293855eacaf2a (diff)
parentb003518aabc0ece88f607c0e1bac8b0b8d4b2450 (diff)
Merge "VNFRQTS - adding the tox needs for requirement json generation"
-rw-r--r--docs/Chapter1/index.rst1
-rw-r--r--docs/conf.py1
-rw-r--r--tox.ini5
3 files changed, 7 insertions, 0 deletions
diff --git a/docs/Chapter1/index.rst b/docs/Chapter1/index.rst
index 9b715dd..2d5119b 100644
--- a/docs/Chapter1/index.rst
+++ b/docs/Chapter1/index.rst
@@ -34,3 +34,4 @@ Purpose
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.
+
diff --git a/docs/conf.py b/docs/conf.py
index 314670a..5b7f327 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -2,6 +2,7 @@ from docs_conf.conf import *
branch = 'latest'
master_doc = 'index'
+version = 'frankfurt'
linkcheck_ignore = [
'http://localhost',
diff --git a/tox.ini b/tox.ini
index ad5e0a5..64bd324 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,11 @@ whitelist_externals =
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