From 8e6d749861e36021bff0a82ece66c222da26f92e Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Tue, 21 Jan 2025 15:22:12 -0600 Subject: [PATCH] toxfile: build w/ nitpicky; show full traceback on fail --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ac4f17675..5bfa951ba 100644 --- a/tox.ini +++ b/tox.ini @@ -108,7 +108,7 @@ extras = {[testenv:docs-no-checks]extras} deps = py39-sphinx61-docs: sphinx~=6.1.0 commands = - sphinx-build -b html docs/ docs/_build/html -v -w warnings.txt {posargs} + sphinx-build -b html docs/ docs/_build/html -nTv -w warnings.txt {posargs} python tests/utils/check_warnings.py # recommended for local development, this command will build the PST documentation @@ -122,7 +122,7 @@ set_env = PYDEVD_DISABLE_FILE_VALIDATION=1 extras = {[testenv:docs-no-checks]extras} package = editable commands = - sphinx-build -b html docs/ docs/_build/html -v -w warnings.txt {posargs} + sphinx-build -b html docs/ docs/_build/html -nTv -w warnings.txt {posargs} python tests/utils/check_warnings.py # build the docs with live-reload, if you are working on the docs only (no theme changes) the best option is to call