mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typos in usage/configuration.rst
(#12024)
This commit is contained in:
parent
ae51974e21
commit
1281b158b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user