diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-07 00:25:22 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-02-13 00:44:02 +0900 |
commit | 725f74f5ebfa9abb1d1540bf441823cc4973ef59 (patch) | |
tree | 00e19c047a75dcc78d730e3bd5636ffc05e6ffcf /doc/development/tutorials/examples/autodoc_intenum.py | |
parent | 3b451bbcde35ccddc00d2ac566dbfd640fe23aa8 (diff) | |
download | sphinx-git-725f74f5ebfa9abb1d1540bf441823cc4973ef59.tar.gz |
refactor: linkcheck: Remove next_check from Hyperlink object
To separate hyperlink itself and checking (intermediate) state, this
removes `next_check` attribute from Hyperlink object and add a new
named-tuple `CheckRequest`. It was rejected idea on implementing
rate-limiting first (see #8467). But it's better way to separate
large builder module into small components and make whole of linkcheck
builder simple.
After this change, `Hyperlink` object represents a hyperlink on the
document. It has a URI and location info (docname and lineno).
Diffstat (limited to 'doc/development/tutorials/examples/autodoc_intenum.py')
0 files changed, 0 insertions, 0 deletions