summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorqiang zu <qiang.zu@gmail.com>2018-08-24 12:06:02 -0700
committerqiang zu <qiang.zu@gmail.com>2018-08-26 07:28:26 -0700
commita5f68569ea5579267426b943d4464cdfb6e2c387 (patch)
tree44256095a775b3b9022a6e53f216ccdc54e10b55 /tox.ini
parentd5fc4a8793fa4950e28f4554e8f80145b29feda8 (diff)
fix issue vnfrqts-264
Specific requirements for using the new mechanism to transfer periodic performance measurements for PNFs/VNFs implementing 3GPP network functions (e g RAN). When using the bulk transmission mechanism to transfer bulk monitoring data to ONAP/DCAE to support 5G/PNF, the 3GPP format should be supported. Issue-ID: VNFRQTS-264 Signed-off-by: zu, qiang <qiang.zu@gmail.com> Change-Id: I4968bd2ad7273bbbfd8938f64aa5a2af437a333a
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 99b8faf..aca6b39 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,8 +23,8 @@ skipsdist = true
[testenv:docs]
deps = -r{toxinidir}/etc/requirements.txt
commands =
- sphinx-build -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/
- sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ 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