Skip to content

Commit

Permalink
Drop 3.8+ syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 14, 2022
1 parent 0c0426e commit 1e7249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/furo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def _builder_inited(app: sphinx.application.Sphinx) -> None:
), "this shouldn't be a dark style known to Sphinx"
update_known_styles_state(app)

def _update_default(key: str, /, *, new_default: Any) -> None:
def _update_default(key: str, *, new_default: Any) -> None:
app.config.values[key] = (new_default, *app.config.values[key][1:])

# Change the default permalinks icon
Expand Down

0 comments on commit 1e7249e

Please sign in to comment.