diff options
| author | Harrissou Sant-anna <delazj@gmail.com> | 2023-01-02 05:48:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-02 04:48:53 +0000 |
| commit | da6a20d50b725f6c33f0f940e2a59c9a4e7edc15 (patch) | |
| tree | b3c6a12c590e49d8bb6e5d4dbd9e40b0370380a5 | |
| parent | 4032070e8131f518bbb8a04e8d63c5af4df9b59d (diff) | |
| download | sphinx-git-da6a20d50b725f6c33f0f940e2a59c9a4e7edc15.tar.gz | |
Fix typos in `usage/configuration.rst` (#10834)
| -rw-r--r-- | doc/usage/configuration.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index a3c2c8f51..f4a191a93 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -1550,12 +1550,12 @@ that use Sphinx's HTMLWriter class. .. confval:: html_scaled_image_link - If true, images itself links to the original image if it doesn't have + If true, image itself links to the original image if it doesn't have 'target' option or scale related options: 'scale', 'width', 'height'. The default is ``True``. - Document authors can this feature manually with giving ``no-scaled-link`` - class to the image: + Document authors can disable this feature manually with giving + ``no-scaled-link`` class to the image: .. code-block:: rst |
