aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-06-22 10:56:33 +0200
committerthmsdt <thomas.kulik@telekom.de>2023-06-22 10:58:08 +0200
commit28e874292b5f03aeabde4d17b985f0e4a58c2aea (patch)
treeaa60ec6f2534976ea0141430fd7b368574543a80 /docs/tox.ini
parent15436f2022007fe4cfd539735e648bb7f0351d18 (diff)
remove not required docs and .readthedocs.yamlHEADmaster
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I695b8e76e7b1ff24682c70ed22afa33c6f193565
Diffstat (limited to 'docs/tox.ini')
-rw-r--r--docs/tox.ini31
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/tox.ini b/docs/tox.ini
deleted file mode 100644
index 44ea131..0000000
--- a/docs/tox.ini
+++ /dev/null
@@ -1,31 +0,0 @@
-[tox]
-minversion = 1.6
-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?h=master
-commands =
- sphinx-build -W -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=master
-commands =
- sphinx-build -W -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=master
-commands =
- sphinx-build -W -q -b spelling -d {envtmpdir}/doctrees {toxinidir} {toxinidir}/_build/spellcheck \ No newline at end of file