From a5f68569ea5579267426b943d4464cdfb6e2c387 Mon Sep 17 00:00:00 2001 From: qiang zu Date: Fri, 24 Aug 2018 12:06:02 -0700 Subject: 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 Change-Id: I4968bd2ad7273bbbfd8938f64aa5a2af437a333a --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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 -- cgit 1.2.3-korg