diff options
author | liamfallon <liam.fallon@est.tech> | 2021-10-12 10:06:23 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-10-12 10:42:18 +0100 |
commit | 7ae960ffa3a31ffa4d9e5a25a3277192896e7a3b (patch) | |
tree | 321cd6499e955b1460e81e9e7971c8cddab591ce /docs/tox.ini | |
parent | 7585ac35524c43acb23d178efed9223643a5c5c4 (diff) |
Remove docs directory from policy/clamp
All the documentation from policy-clamp is now moved to policy parent and
the links from the ONAP root documentaiton to CLAMP are now pointing at
the documentation for CLAMP in policy/parent.
This all means that the documentation in policy/clamp can now be removed.
Issue-ID: POLICY-3337
Change-Id: I9bf99b0dc7a8184dc5a972a207e94fad33e507e2
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/tox.ini b/docs/tox.ini deleted file mode 100644 index edac8c35f..000000000 --- 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 |