File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1179,7 +1179,7 @@ that use Sphinx's HTMLWriter class.
1179
1179
('print.css', {'media': 'print'})]
1180
1180
1181
1181
As a special attribute, *priority * can be set as an integer to load the CSS
1182
- file earlier or lazier step. For more information, refer
1182
+ file at an earlier or lazier step. For more information, refer
1183
1183
:meth: `.Sphinx.add_css_file() `.
1184
1184
1185
1185
.. versionadded :: 1.8
@@ -1201,9 +1201,9 @@ that use Sphinx's HTMLWriter class.
1201
1201
'https://example.com/scripts/custom.js',
1202
1202
('custom.js', {'async': 'async'})]
1203
1203
1204
- As a special attribute, *priority * can be set as an integer to load the CSS
1205
- file earlier or lazier step. For more information, refer
1206
- :meth: `.Sphinx.add_css_file () `.
1204
+ As a special attribute, *priority * can be set as an integer to load the
1205
+ JavaScript file at an earlier or lazier step. For more information, refer
1206
+ :meth: `.Sphinx.add_js_file () `.
1207
1207
1208
1208
.. versionadded :: 1.8
1209
1209
.. versionchanged :: 3.5
You can’t perform that action at this time.
0 commit comments