Skip to content

Commit

Permalink
ci: auto fixes from pre-commit.com hooks.
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent 32a1c02 commit b7b5c30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,7 @@
},
}

BUILD_CHEATSHEET = (
os.environ.get("BUILD_CHEATSHEET", "true").lower() == "true"
)
BUILD_CHEATSHEET = os.environ.get("BUILD_CHEATSHEET", "true").lower() == "true"

if BUILD_CHEATSHEET:
html_theme_options["cheatsheet"] = {
Expand Down

0 comments on commit b7b5c30

Please sign in to comment.