diff options
| author | Georg Brandl <georg@python.org> | 2012-04-11 21:35:35 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-04-11 21:35:35 +0200 |
| commit | 7169e6598dd5663e538485accd9155b75e6681f4 (patch) | |
| tree | 086c22b8f875cf240febd41d3b70e388b9f1126f /doc/config.rst | |
| parent | e7c80f8a46ac178f2b06a45bf38cc02d458c5cb5 (diff) | |
| parent | c47ba948430931995369e5b18cc7395170088119 (diff) | |
| download | sphinx-7169e6598dd5663e538485accd9155b75e6681f4.tar.gz | |
Merged in rolmei/sphinx-epub (pull request #56)
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index ed8b8ac1..6178d459 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1332,6 +1332,14 @@ Options for the linkcheck builder .. versionadded:: 1.1 +.. confval:: linkcheck_anchors + + True or false, whether to check the validity of ``#anchor``\ s in links. + Since this requires downloading the whole document, it's considerably slower + when enabled. Default is ``True``. + + .. versionadded:: 1.2 + .. rubric:: Footnotes |
