Skip to content

Commit fe1c4dd

Browse files
committed
Shouldn't need to chdir for docs anymore.
1 parent e892d49 commit fe1c4dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,39 +103,34 @@ commands =
103103

104104
[testenv:docs-html]
105105
basepython = pypy3
106-
changedir = docs
107106
commands = {envpython} -m sphinx -b html {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
108107
deps =
109108
-r{toxinidir}/docs/requirements.txt
110109
{toxinidir}
111110

112111
[testenv:docs-doctest]
113112
basepython = pypy3
114-
changedir = docs
115113
commands = {envpython} -m sphinx -b doctest {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
116114
deps =
117115
-r{toxinidir}/docs/requirements.txt
118116
{toxinidir}
119117

120118
[testenv:docs-linkcheck]
121119
basepython = pypy3
122-
changedir = docs
123120
commands = {envpython} -m sphinx -b linkcheck {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
124121
deps =
125122
-r{toxinidir}/docs/requirements.txt
126123
{toxinidir}
127124

128125
[testenv:docs-spelling]
129126
basepython = pypy3
130-
changedir = docs
131127
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
132128
deps =
133129
-r{toxinidir}/docs/requirements.txt
134130
{toxinidir}
135131

136132
[testenv:docs-style]
137133
basepython = pypy3
138-
changedir = docs
139134
commands = doc8 {posargs} {toxinidir}/docs
140135
deps =
141136
doc8

0 commit comments

Comments
 (0)