From cec84af5b0051bfa7ed30b15c6b25ef528a53027 Mon Sep 17 00:00:00 2001 From: Raul Farkas Date: Fri, 28 Oct 2022 16:11:53 +0100 Subject: 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 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1