Skip to content

Commit

Permalink
Pacify black
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 28, 2021
1 parent 7c951f8 commit 62aa24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/furo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ def _html_page_context(

should_use_own_styles = (
# Not using the HTML builders with Furo for some reason?
"style" not in context or
"style" not in context
# Did not override Furo's default CSS
context["style"] == "styles/furo.css"
or context["style"] == "styles/furo.css"
)
if should_use_own_styles:
context["furo_assets"]["style"] = furo_asset_hash("styles/furo.css")
Expand Down

0 comments on commit 62aa24e

Please sign in to comment.