aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tox.ini
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2023-06-22 11:01:30 +0200
committerThomas Kulik <thomas.kulik@telekom.de>2023-06-22 09:07:05 +0000
commitca78abbf18187f1d494763a29de80d6c47ad6f54 (patch)
tree1d5b2107229c0a2d6de29f863d2ce5d4b037fafb /docs/tox.ini
parentd348dd8059befe86c31cab488e4fce2e9624a79b (diff)
remove not required docs and .readthedocs.yaml
Issue-ID: DOC-811 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I24b451117aba5b061c9242f36dd70f504e88b376 (cherry picked from commit 4675309347fc16313b81cf20a2b29d9207f16a13)
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