summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-11-17 08:14:15 +0100
committerthmsdt <thomas.kulik@telekom.de>2022-11-17 09:26:05 +0100
commitd75f42039001e90af2a9d477f753520260452657 (patch)
treeac5349dd148fce22d3cf192b45aaf5a0b48885fe
parentb17695db30a02c71373d5c416a08594841f87a96 (diff)
fix tox.ini for master
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: Iff310646d83070dbab0edd76d714fd31e7c0998f
-rw-r--r--docs/process.rst2
-rw-r--r--docs/tox.ini34
-rw-r--r--osa/OSA-2019-009.rst2
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 <https://cve.mitre.org/about/faqs.html>`_
* `CVE numbering authorities <https://cve.mitre.org/cve/cna.html>`_
-* `CVE FAQ <https://cve.mitre.org/about/faqs.html#what_is_cve_identifier>`_
+* `CVE FAQ <https://www.cve.org/ResourcesSupport/FAQs#pc_introwhat_is_cve>`_
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 <https://gerrit.onap.org/r/#/c/holmes/engine-management/+/87090/>`_
+* `87090 <https://gerrit.onap.org/r/c/holmes/engine-management/+/87090/>`_
Credits
-------