Skip to content

Commit

Permalink
fix: add suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: German <[email protected]>
  • Loading branch information
Revathyvenugopal162 and germa89 authored Oct 7, 2024
1 parent 575a219 commit 32a1c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
}

BUILD_CHEATSHEET = (
True if os.environ.get("BUILD_CHEATSHEET", "true") == "true" else False
os.environ.get("BUILD_CHEATSHEET", "true").lower() == "true"
)

if BUILD_CHEATSHEET:
Expand Down

0 comments on commit 32a1c02

Please sign in to comment.