diff options
author | 2023-06-22 10:56:33 +0200 | |
---|---|---|
committer | 2023-06-22 09:08:07 +0000 | |
commit | 5ee49c26072bea90170b6116269a9b015c9c7dae (patch) | |
tree | aa60ec6f2534976ea0141430fd7b368574543a80 /docs/tox.ini | |
parent | 15436f2022007fe4cfd539735e648bb7f0351d18 (diff) |
remove not required docs and .readthedocs.yamllondon
Issue-ID: DOC-811
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I695b8e76e7b1ff24682c70ed22afa33c6f193565
(cherry picked from commit 28e874292b5f03aeabde4d17b985f0e4a58c2aea)
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 31 |
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 |