Skip to content

Commit 894fcbd

Browse files
committed
Removes docs from tox
1 parent 0ce1528 commit 894fcbd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tox.ini

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ envlist =
55
coverage_erase
66
py{3.13, 3.12, 3.11, 3.10}
77
coverage_report
8-
docs
98

109
skip_missing_interpreters = True
1110
isolated_build = True
@@ -26,16 +25,6 @@ commands =
2625
coverage run -m pytest
2726

2827

29-
[testenv:docs]
30-
description = Test documentation builds
31-
skipsdist = true
32-
skip_install = true
33-
deps =
34-
sphinx
35-
cvxpy
36-
commands = sphinx-build -aEnqb html docs/ build/docs
37-
38-
3928
[testenv:coverage_erase]
4029
description = Erase coverage files
4130
skipsdist = true

0 commit comments

Comments
 (0)