diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-02-08 13:00:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-08 13:00:18 +0000 |
commit | c5059432ac150c1a4c528eef6bda4212696f2b35 (patch) | |
tree | ff0c2baed83b4f798bc39b768f7adc72f92b7848 /docs | |
parent | ad1a3eca9ea049cab7d99569be53c4a6c781be02 (diff) | |
parent | facc2a95ae4f4b61698235fdb9e08db89f64c43e (diff) |
Merge "[COMMON] Fix tox docs profiles configuration"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements-docs.txt | 2 | ||||
-rw-r--r-- | docs/tox.ini | 22 |
2 files changed, 1 insertions, 23 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index e14c784ee4..1c1895acf6 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -6,7 +6,7 @@ setuptools six sphinx_rtd_theme>=0.4.3 sphinxcontrib-blockdiag -sphinxcontrib-needs>=0.2.3 +sphinxcontrib-needs<0.6.0 sphinxcontrib-nwdiag sphinxcontrib-redoc sphinxcontrib-seqdiag diff --git a/docs/tox.ini b/docs/tox.ini deleted file mode 100644 index edac8c35fc..0000000000 --- a/docs/tox.ini +++ /dev/null @@ -1,22 +0,0 @@ -[tox] -minversion = 1.6 -envlist = docs, -skipsdist = true - -[testenv:docs] -basepython = python3 -deps = -r{toxinidir}/requirements-docs.txt -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 -#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 |