summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarrissou Sant-anna <delazj@gmail.com>2023-01-02 05:48:53 +0100
committerGitHub <noreply@github.com>2023-01-02 04:48:53 +0000
commitda6a20d50b725f6c33f0f940e2a59c9a4e7edc15 (patch)
treeb3c6a12c590e49d8bb6e5d4dbd9e40b0370380a5
parent4032070e8131f518bbb8a04e8d63c5af4df9b59d (diff)
downloadsphinx-git-da6a20d50b725f6c33f0f940e2a59c9a4e7edc15.tar.gz
Fix typos in `usage/configuration.rst` (#10834)
-rw-r--r--doc/usage/configuration.rst6
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