summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2023-06-06 06:53:08 -0400
committerDan Timoney <dtimoney@att.com>2023-06-06 08:43:54 -0400
commitedbdf2e4910c385c3f50538c2a78e266ae694850 (patch)
treef4984961b08627a8c7ac5216f5fddfdc12258e90 /docs
parentff5be98acc5a00a0d730fa18a9658086b63a2331 (diff)
Roll master for Montreal
Roll version to initial snapshot for Montreal release Issue-ID: CCSDK-3903 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I874898373e2dd7e6d4a6b82aa714fb52abad194c
Diffstat (limited to 'docs')
-rw-r--r--docs/sli/apis/sliapi.rst2
-rw-r--r--docs/tox.ini4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/sli/apis/sliapi.rst b/docs/sli/apis/sliapi.rst
index 13cdcbd5..5090b8e4 100644
--- a/docs/sli/apis/sliapi.rst
+++ b/docs/sli/apis/sliapi.rst
@@ -10,6 +10,6 @@ SLI-API(2016-11-11)
-.. swaggerv2doc:: https://gerrit.onap.org/r/gitweb?p=ccsdk/sli/core.git;a=blob_plain;f=sliapi/model/src/main/resources/sli-api.20161110.json
+.. swaggerv2doc:: https://gerrit.onap.org/r/gitweb?p=ccsdk/sli.git;a=blob_plain;f=core/sliapi/model/swagger/src/main/json/sliapi.json;hb=refs/heads/master
diff --git a/docs/tox.ini b/docs/tox.ini
index 61b6ccfa..379d8e42 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -12,7 +12,7 @@ deps =
commands =
sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
echo "Generated docs available in {toxinidir}/_build/html"
-whitelist_externals =
+allowlist_externals =
echo
git
sh
@@ -25,7 +25,7 @@ deps =
-chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master
commands = echo "Link Checking not enforced"
#commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
-whitelist_externals = echo
+allowlist_externals = echo
[testenv:docs-spellcheck]
basepython = python3.8