From 4d2a052c5fc6d3f6537738efd976e4408c304edd Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 3 Jan 2010 10:24:49 +0100 Subject: [PATCH] Note about linkcheck builder. --- doc/ext/extlinks.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ext/extlinks.rst b/doc/ext/extlinks.rst index ffe60e10e..d4478c5b3 100644 --- a/doc/ext/extlinks.rst +++ b/doc/ext/extlinks.rst @@ -47,3 +47,8 @@ The extension adds one new config value: You can also use the usual "explicit title" syntax supported by other roles that generate links, i.e. ``:issue:`this issue <123>```. In this case, the *prefix* is not relevant. + +.. note:: + + Since links are generated from the role in the reading stage, they appear as + ordinary links to e.g. the ``linkcheck`` builder.