Skip to content

Commit

Permalink
toxfile: build w/ nitpicky; show full traceback on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Jan 21, 2025
1 parent e24a735 commit 8e6d749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8e6d749

Please sign in to comment.