Skip to content

Commit

Permalink
remove the custom warnings checker
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Jan 21, 2025
1 parent 55389e4 commit 071317b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 76 deletions.
72 changes: 0 additions & 72 deletions tests/utils/check_warnings.py

This file was deleted.

6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +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}
python tests/utils/check_warnings.py
sphinx-build -b html docs/ docs/_build/html -v {posargs}

# recommended for local development, this command will build the PST documentation
# with the default Sphinx version and the PST installed in editable mode
Expand All @@ -122,8 +121,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}
python tests/utils/check_warnings.py
sphinx-build -b html docs/ docs/_build/html -v {posargs}

# build the docs with live-reload, if you are working on the docs only (no theme changes) the best option is to call
# tox run -e docs-live
Expand Down

0 comments on commit 071317b

Please sign in to comment.