Skip to content

Commit 573334d

Browse files
committed
make tox install package to link api docs
1 parent a8f364c commit 573334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ commands =
5050
description = Build HTML docs with sphinx
5151
deps =
5252
-r{toxinidir}{/}requirements{/}requirements-docs.txt
53-
skip_install = true
53+
skip_install = False
5454
commands =
5555
sphinx-build -M html {toxinidir}{/}docs {toxinidir}{/}docs{/}_build -Q

0 commit comments

Comments
 (0)