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.
11791179 ('print.css', {'media': 'print'})]
11801180
11811181 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
11831183 :meth: `.Sphinx.add_css_file() `.
11841184
11851185 .. versionadded :: 1.8
@@ -1201,9 +1201,9 @@ that use Sphinx's HTMLWriter class.
12011201 'https://example.com/scripts/custom.js',
12021202 ('custom.js', {'async': 'async'})]
12031203
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 () `.
12071207
12081208 .. versionadded :: 1.8
12091209 .. versionchanged :: 3.5
You can’t perform that action at this time.
0 commit comments