Skip to content

Commit 105fe2f

Browse files
Oberon00c24t
authored andcommitted
Do full Sphinx build every time to not hide errors (#322)
1 parent 28c692e commit 105fe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ deps =
160160
changedir = docs
161161

162162
commands =
163-
sphinx-build -W --keep-going -b html -T . _build/html
163+
sphinx-build -E -a -W --keep-going -b html -T . _build/html
164164

165165
[testenv:py37-tracecontext]
166166
basepython: python3.7

0 commit comments

Comments
 (0)