-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
deployment --- robot 🤖Related to actions or deploying the websiteRelated to actions or deploying the websitetypo/bug 🐛Bug in Code or TypoBug in Code or Typo
Description
Related Issues or PRs
What
The github actions will pass if the formatter was not run on the code.
Why
Mystery. Maybe it's just that the code will be formatted anyways, so it does not matter if it fails?
html_theme_options = {
'logo_only': False,
'display_version': False,
'sticky_navigation': True,
}
Though, this was still there on the repo and the formatter should have changed the single quotes ('
) to double quotes ("
)
Additional Notes
Noting to be addressed later.
Metadata
Metadata
Assignees
Labels
deployment --- robot 🤖Related to actions or deploying the websiteRelated to actions or deploying the websitetypo/bug 🐛Bug in Code or TypoBug in Code or Typo