Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Oct 26, 2023
1 parent 3e24392 commit 15fff07
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 @@ -57,15 +57,15 @@ description = invoke sphinx-build to build the HTML docs
extras = docs
commands =
pip freeze
sphinx-build -W -b html . _build/html {posargs}
sphinx-build -b html . _build/html {posargs}

[testenv:linkcheck]
changedir = docs
description = check the links in the HTML docs
extras = docs
commands =
pip freeze
sphinx-build -W -b linkcheck . _build/html
sphinx-build -b linkcheck . _build/html

[testenv:codestyle]
skip_install = true
Expand Down

0 comments on commit 15fff07

Please sign in to comment.