From 92335bd6e67dec9d8cadfdfb6d441a440e8dc87e Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 22 May 2021 14:13:19 +0900 Subject: Close #9016: linkcheck builder failed to check the anchors of github.com --- doc/extdev/appapi.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/extdev') diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst index 41318e9d6..ae81fc562 100644 --- a/doc/extdev/appapi.rst +++ b/doc/extdev/appapi.rst @@ -384,6 +384,14 @@ Here is a more detailed list of these events. .. versionchanged:: 1.3 The return value can now specify a template name. +.. event:: linkcheck-process-uri (app, uri) + + Emitted when the linkcheck builder collects hyperlinks from document. *uri* + is a collected URI. The event handlers can modify the URI by returning a + string. + + .. versionadded:: 4.1 + .. event:: build-finished (app, exception) Emitted when a build has finished, before Sphinx exits, usually used for -- cgit v1.2.1