sample3:
value:
options: (key1=10,key2=value2,key3=val31,val32)
+ - name: topic
+ in: query
+ description: topic name passed from client(NCMP).
+ required: false
+ allowReserved: true
+ schema:
+ type: string
+ examples:
+ sample1:
+ value: my-topic-name
requestBody:
description: Operational body
content:
sample3:
value:
options: (key1=10,key2=value2,key3=val31,val32)
+ - name: topic
+ in: query
+ description: topic name passed from client(NCMP).
+ required: false
+ allowReserved: true
+ schema:
+ type: string
+ examples:
+ sample1:
+ value: my-topic-name
requestBody:
content:
application/json:
skipsdist = true
[testenv:docs]
-basepython = python3
+basepython = python3.8
deps = -r{toxinidir}/requirements-docs.txt
- -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
commands =
sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
sh
[testenv:docs-linkcheck]
-basepython = python3
+basepython = python3.8
deps = -r{toxinidir}/requirements-docs.txt
- -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
+ -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
commands = echo "Link Checking not enforced"
#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck