diff options
| author | Georg Brandl <georg@python.org> | 2012-03-10 18:13:55 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-03-10 18:13:55 +0100 |
| commit | 54da0756f77e2d1ac35ea99ab9fe2103a0dd160c (patch) | |
| tree | a5f4936d1a11be9c7a09f493d20e82c92d374180 /doc/config.rst | |
| parent | a6a382a5406bf87f47c2ebbb8d30a38d66417621 (diff) | |
| download | sphinx-54da0756f77e2d1ac35ea99ab9fe2103a0dd160c.tar.gz | |
Style fixes.
Diffstat (limited to 'doc/config.rst')
| -rw-r--r-- | doc/config.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/config.rst b/doc/config.rst index 4368a306..a8d5c07f 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1320,9 +1320,9 @@ Options for the linkcheck builder .. confval:: linkcheck_anchors - True or false, whether to check the existence of #anchor in links. Since - this requires downloading the whole document, it's considerably slower - when enabled. Default is ``True``. + 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 |
