summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-11-03 18:50:58 -0500
committerJulian Berman <Julian@GrayVines.com>2019-11-03 18:51:02 -0500
commitfe1c4dd1ed3285f39b3f971834bb04cffde9a3dd (patch)
tree37abce908c2600028c9952934cc8e0803866e2dd /tox.ini
parente892d49fef170975489129db31d6e6cd6c2530a2 (diff)
downloadjsonschema-fe1c4dd1ed3285f39b3f971834bb04cffde9a3dd.tar.gz
Shouldn't need to chdir for docs anymore.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 8baf970..d29f8e1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -103,7 +103,6 @@ commands =
[testenv:docs-html]
basepython = pypy3
-changedir = docs
commands = {envpython} -m sphinx -b html {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
@@ -111,7 +110,6 @@ deps =
[testenv:docs-doctest]
basepython = pypy3
-changedir = docs
commands = {envpython} -m sphinx -b doctest {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
@@ -119,7 +117,6 @@ deps =
[testenv:docs-linkcheck]
basepython = pypy3
-changedir = docs
commands = {envpython} -m sphinx -b linkcheck {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
@@ -127,7 +124,6 @@ deps =
[testenv:docs-spelling]
basepython = pypy3
-changedir = docs
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
deps =
-r{toxinidir}/docs/requirements.txt
@@ -135,7 +131,6 @@ deps =
[testenv:docs-style]
basepython = pypy3
-changedir = docs
commands = doc8 {posargs} {toxinidir}/docs
deps =
doc8