aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRaul Farkas <raul.farkas@arm.com>2022-10-28 16:11:53 +0100
committerRaul Farkas <raul.farkas@arm.com>2022-11-08 14:44:52 +0000
commitcec84af5b0051bfa7ed30b15c6b25ef528a53027 (patch)
tree85b02025e7417a130c5abcf0c489ee6056f907c4 /tox.ini
parent27668f6837c4f0a7197d13baff7bffc11f652fba (diff)
downloadmlia-cec84af5b0051bfa7ed30b15c6b25ef528a53027.tar.gz
MLIA-630 Fix links to other files in README.md
* Update setup.py to replace relative paths in README.md with links to files on review.mlplatform.org * Add a mechanism that replaces relative paths to images with the link to the plain image on review.mlplatform.org Change-Id: Ifeb17e3c03e8366bd12665eb9f4a630fc9933e26
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index d8b3c76..017ee04 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
[tox]
envlist = test
+isolated_build = true
[testenv:test]
description = Run the unit tests.
@@ -23,7 +24,6 @@ commands =
description = Run and setup the pre-commit hooks.
# Re-use the same env for both lint and lint_setup
envdir={toxworkdir}/lint
-usedevelop = True
extras =
dev
# Workaround to resolve an issue with markdownlint in a docker environment
@@ -42,7 +42,6 @@ commands =
[testenv:docs]
description = Create the documentation.
allowlist_externals = make
-usedevelop = True
deps =
Sphinx==4.5.0
sphinx-rtd-theme==1.0.0