File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ commands =
104
104
[testenv:docs-html]
105
105
basepython = pypy3
106
106
changedir = docs
107
- whitelist_externals = make
108
107
commands = {envpython} -m sphinx -b html {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
109
108
deps =
110
109
-r{toxinidir}/docs/requirements.txt
@@ -113,7 +112,6 @@ deps =
113
112
[testenv:docs-doctest]
114
113
basepython = pypy3
115
114
changedir = docs
116
- whitelist_externals = make
117
115
commands = {envpython} -m sphinx -b doctest {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
118
116
deps =
119
117
-r{toxinidir}/docs/requirements.txt
@@ -122,7 +120,6 @@ deps =
122
120
[testenv:docs-linkcheck]
123
121
basepython = pypy3
124
122
changedir = docs
125
- whitelist_externals = make
126
123
commands = {envpython} -m sphinx -b linkcheck {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
127
124
deps =
128
125
-r{toxinidir}/docs/requirements.txt
@@ -131,7 +128,6 @@ deps =
131
128
[testenv:docs-spelling]
132
129
basepython = pypy3
133
130
changedir = docs
134
- whitelist_externals = make
135
131
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
136
132
deps =
137
133
-r{toxinidir}/docs/requirements.txt
You can’t perform that action at this time.
0 commit comments