mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typos in usage/configuration.rst (#10834)
This commit is contained in:
committed by
GitHub
parent
4032070e81
commit
da6a20d50b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user