Skip to content

Commit 4d9764e

Browse files
committed
No need for make now.
1 parent 077feca commit 4d9764e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ commands =
104104
[testenv:docs-html]
105105
basepython = pypy3
106106
changedir = docs
107-
whitelist_externals = make
108107
commands = {envpython} -m sphinx -b html {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
109108
deps =
110109
-r{toxinidir}/docs/requirements.txt
@@ -113,7 +112,6 @@ deps =
113112
[testenv:docs-doctest]
114113
basepython = pypy3
115114
changedir = docs
116-
whitelist_externals = make
117115
commands = {envpython} -m sphinx -b doctest {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
118116
deps =
119117
-r{toxinidir}/docs/requirements.txt
@@ -122,7 +120,6 @@ deps =
122120
[testenv:docs-linkcheck]
123121
basepython = pypy3
124122
changedir = docs
125-
whitelist_externals = make
126123
commands = {envpython} -m sphinx -b linkcheck {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
127124
deps =
128125
-r{toxinidir}/docs/requirements.txt
@@ -131,7 +128,6 @@ deps =
131128
[testenv:docs-spelling]
132129
basepython = pypy3
133130
changedir = docs
134-
whitelist_externals = make
135131
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
136132
deps =
137133
-r{toxinidir}/docs/requirements.txt

0 commit comments

Comments
 (0)