From d75f42039001e90af2a9d477f753520260452657 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Thu, 17 Nov 2022 08:14:15 +0100 Subject: fix tox.ini for master Issue-ID: DOC-798 Signed-off-by: thmsdt Change-Id: Iff310646d83070dbab0edd76d714fd31e7c0998f --- docs/process.rst | 2 +- docs/tox.ini | 34 ++++++++++++++-------------------- osa/OSA-2019-009.rst | 2 +- 3 files changed, 16 insertions(+), 22 deletions(-) diff --git a/docs/process.rst b/docs/process.rst index ed6c471..ec75eb4 100644 --- a/docs/process.rst +++ b/docs/process.rst @@ -301,4 +301,4 @@ References ---------- * `Common Vulnerabilities and Exposure `_ * `CVE numbering authorities `_ -* `CVE FAQ `_ +* `CVE FAQ `_ diff --git a/docs/tox.ini b/docs/tox.ini index 8b1a223..585906b 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -1,28 +1,25 @@ [tox] minversion = 1.6 -envlist = docs, +envlist = docs,docs-linkcheck,docs-spellcheck 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://git.onap.org/doc/plain/etc/upper-constraints.onap.txt + -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = - sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html - echo "Generated docs available in {toxinidir}/_build/html" -whitelist_externals = - echo - git - sh + sphinx-build -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html -[testenv:docs-linkcheck] -basepython = python3 -#deps = -r{toxinidir}/requirements-docs.txt -commands = echo "Link Checking not enforced" -#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck -whitelist_externals = echo +#[testenv:docs-linkcheck] +#basepython = python3.8 +#deps = +# -r{toxinidir}/requirements-docs.txt +# -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt +# -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master +#commands = +# sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck [testenv:docs-spellcheck] basepython = python3.8 @@ -31,7 +28,4 @@ deps = -chttps://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=master commands = - sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck - - - + sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck diff --git a/osa/OSA-2019-009.rst b/osa/OSA-2019-009.rst index 80eb1fc..feee019 100644 --- a/osa/OSA-2019-009.rst +++ b/osa/OSA-2019-009.rst @@ -26,7 +26,7 @@ Radosław Żeszczuk from Samsung reported vulnerability in HOLMES. By accessing Patches ------- -* `87090 `_ +* `87090 `_ Credits ------- -- cgit 1.2.3-korg