Skip to content

Commit

Permalink
switch from linkcheck builder to html builder
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Decal <public@richarddecal.com>
  • Loading branch information
crypdick committed Feb 17, 2024
1 parent ae72647 commit ac6e4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ deps =
commands =
sphinx-build {posargs:-E} -b doctest docs dist/docs
sphinx-build {posargs:-E} -b html docs dist/docs
sphinx-build -b linkcheck docs dist/docs
sphinx-build -b html docs dist/docs

[testenv:report]
deps =
Expand Down

0 comments on commit ac6e4c8

Please sign in to comment.