From 573334db321d5d2a2da2a32caf7c23677912ef1f Mon Sep 17 00:00:00 2001 From: CosmoMatt Date: Wed, 15 Feb 2023 19:21:15 +0000 Subject: [PATCH] make tox install package to link api docs --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f6823fd4..dac89a61 100644 --- a/tox.ini +++ b/tox.ini @@ -50,6 +50,6 @@ commands = description = Build HTML docs with sphinx deps = -r{toxinidir}{/}requirements{/}requirements-docs.txt -skip_install = true +skip_install = False commands = sphinx-build -M html {toxinidir}{/}docs {toxinidir}{/}docs{/}_build -Q