diff options
author | elinuxhenrik <henrik.b.andersson@est.tech> | 2020-09-22 15:48:10 +0200 |
---|---|---|
committer | elinuxhenrik <henrik.b.andersson@est.tech> | 2020-09-22 16:10:52 +0200 |
commit | 3d854201317ddcffcdb6bb633632869e90759555 (patch) | |
tree | 379a834e9460b339396c1b7879c470d2ce0f6f42 /docs/tox.ini | |
parent | c9a39477a2deaa87393be7db8f3895a707c9a33d (diff) |
Fix documentation configuration
Change-Id: Icf6eaa2c951a04c15d457a1f51fa98661a226f2b
Issue-ID: CCSDK-2833
Signed-off-by: elinuxhenrik <henrik.b.andersson@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 edac8c35..00000000 --- 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 |