Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
tk0miya and webknjaz committed Feb 15, 2021
1 parent 3ae9483 commit 5161d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/builders/html/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ def hasdoc(name: str) -> bool:
# Note: warning will be removed at Sphinx-5.0 # RemovedInSphinx50Warning

try:
ctx['css_files'].sort(key=lambda js: js.priority)
ctx['css_files'].sort(key=lambda css: css.priority)
except AttributeError:
logger.warning(__('Failed to sort css_files. Please use html_css_files '
'configuration to set up CSS files.'),
Expand Down

0 comments on commit 5161d87

Please sign in to comment.