mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refactor: html: Fix typo
This commit is contained in:
parent
633c5ad9c6
commit
8205283823
@ -1036,7 +1036,7 @@ class StandaloneHTMLBuilder(Builder):
|
||||
|
||||
# sort JS/CSS before rendering HTML
|
||||
ctx['script_files'].sort(key=lambda js: js.priority)
|
||||
ctx['css_files'].sort(key=lambda js: js.priority)
|
||||
ctx['css_files'].sort(key=lambda css: css.priority)
|
||||
|
||||
try:
|
||||
output = self.templates.render(templatename, ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user