Skip to content

Commit

Permalink
Remove unnecessary posargs from tox commands
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jan 15, 2025
1 parent 48d47e3 commit 5685060
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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 -v -w warnings.txt
python tests/utils/check_warnings.py

# recommended for local development, this command will build the PST documentation
Expand Down Expand Up @@ -183,10 +183,9 @@ commands =

# compile translation catalogs to binary MO files
# tox run -e i18n-compile
# tox run -e i18n-compile -- --use-fuzzy
[testenv:i18n-compile]
description = "Compile translation catalogs to binary MO files"
extras = {[testenv:i18n-extract]extras}
package = editable
commands =
pybabel compile -d src/pydata_sphinx_theme/locale -D sphinx {posargs}
pybabel compile -d src/pydata_sphinx_theme/locale -D sphinx

0 comments on commit 5685060

Please sign in to comment.