aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2024-01-05 13:36:06 +0100
committerthmsdt <thomas.kulik@telekom.de>2024-01-05 13:36:45 +0100
commit7a75926bf9f4a65dc469a48833d41e79c46dd4e9 (patch)
treeb508228b3ed2396bea5a144807f87d850031cf33 /docs/tox.ini
parent821e375b20e95b575cd5c7ffdfc4e0f3691d969b (diff)
fix docs config filesmontreal
Issue-ID: DOC-821 Change-Id: I68befe46955e8192d834e0f5eaf9c0daa4ecba7f Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini48
1 files changed, 20 insertions, 28 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
index ddafc780..98f0efcb 100644
--- a/docs/tox.ini
+++ b/docs/tox.ini
@@ -1,37 +1,29 @@
[tox]
minversion = 1.6
-envlist = docs,
+envlist = docs,docs-linkcheck,docs-spellcheck
skipsdist = true
-
[testenv:docs]
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
+ -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=montreal
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
-
-[testenv:docs-linkcheck]
-basepython = python3.8
-#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-spellcheck]
-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 -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck
-
-
-
+ sphinx-build -q -b html -n -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/html
+#[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=montreal
+#commands =
+# sphinx-build -q -b linkcheck -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/linkcheck
+#
+#[testenv:docs-spellcheck]
+#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=montreal
+#commands =
+# sphinx-build -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck \ No newline at end of file