Fix typos in usage/configuration.rst (#12024)

This commit is contained in:
Alexandre Franke 2024-03-07 20:50:46 +01:00 committed by GitHub
parent ae51974e21
commit 1281b158b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1179,7 +1179,7 @@ that use Sphinx's HTMLWriter class.
('print.css', {'media': 'print'})]
As a special attribute, *priority* can be set as an integer to load the CSS
file earlier or lazier step. For more information, refer
file at an earlier or lazier step. For more information, refer
:meth:`.Sphinx.add_css_file()`.
.. versionadded:: 1.8
@ -1201,9 +1201,9 @@ that use Sphinx's HTMLWriter class.
'https://example.com/scripts/custom.js',
('custom.js', {'async': 'async'})]
As a special attribute, *priority* can be set as an integer to load the CSS
file earlier or lazier step. For more information, refer
:meth:`.Sphinx.add_css_file()`.
As a special attribute, *priority* can be set as an integer to load the
JavaScript file at an earlier or lazier step. For more information, refer
:meth:`.Sphinx.add_js_file()`.
.. versionadded:: 1.8
.. versionchanged:: 3.5