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