File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 66
66
- name : 3.9
67
67
toxenv : py39-format_nongpl-tests
68
68
- name : 3.9
69
- toxenv : docs-html
69
+ toxenv : docs-dirhtml
70
70
- name : 3.9
71
71
toxenv : docs-doctest
72
72
- name : 3.9
Original file line number Diff line number Diff line change @@ -90,29 +90,22 @@ deps =
90
90
commands =
91
91
{envpython} -m flake8 {posargs} {toxinidir}/jsonschema {toxinidir}/docs
92
92
93
- [testenv:docs-html ]
94
- commands = {envpython} -m sphinx -b html {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
93
+ [testenv:docs-dirhtml ]
94
+ commands = {envpython} -m sphinx -b dirhtml {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
95
95
deps =
96
96
-r{toxinidir}/docs/requirements.txt
97
- {toxinidir}
98
97
99
98
[testenv:docs-doctest]
100
99
commands = {envpython} -m sphinx -b doctest {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
101
- deps =
102
- -r{toxinidir}/docs/requirements.txt
103
- {toxinidir}
100
+ deps = {[testenv:docs-dirhtml]deps}
104
101
105
102
[testenv:docs-linkcheck]
106
103
commands = {envpython} -m sphinx -b linkcheck {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
107
- deps =
108
- -r{toxinidir}/docs/requirements.txt
109
- {toxinidir}
104
+ deps = {[testenv:docs-dirhtml]deps}
110
105
111
106
[testenv:docs-spelling]
112
107
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -T -W}
113
- deps =
114
- -r{toxinidir}/docs/requirements.txt
115
- {toxinidir}
108
+ deps = {[testenv:docs-dirhtml]deps}
116
109
117
110
[testenv:docs-style]
118
111
commands = doc8 {posargs} {toxinidir}/docs
You can’t perform that action at this time.
0 commit comments