issues
search
sphinx-doc
/
sphinx
The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.61k
stars
2.13k
forks
source link
Use a ``StrEnum`` to record linkcheck status codes
#13043
Closed
jayaddison
closed
1 month ago
jayaddison
commented
1 month ago
Feature or Bugfix
Refactoring
Purpose
Add some code-symbol safety to the
linkcheck
builder.
Detail
Use a
StrEnum
to declare the available hyperlink result status codes.
Relates
Follow-up to #13040.
Branches from discussion in #13036.
jayaddison
commented
1 month ago
Thanks @AA-Turner!
Feature or Bugfix
Purpose
linkcheck
builder.Detail
StrEnum
to declare the available hyperlink result status codes.Relates