Skip to content

Commit

Permalink
Temporarily disable sphinx link checking to unblock bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-n committed Nov 25, 2024
1 parent 7aaf2dd commit ace53fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ deps = ["docs"]
help = "Validate rst syntax in the docs"
sequence = [
{ cmd = "rstcheck -r docs --ignore-roles bash,toml,sh,python --ignore-substitutions V --ignore-directives autofunction,include" },
"docs -b linkcheck"
# TODO: re-enable link checking once img.shields.io is back up
# "docs -b linkcheck"
]

[tool.poe.tasks.clean]
Expand Down

0 comments on commit ace53fc

Please sign in to comment.