Skip to content

Commit 32a1c02

Browse files
fix: add suggestions
Co-authored-by: German <[email protected]>
1 parent 575a219 commit 32a1c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
}
315315

316316
BUILD_CHEATSHEET = (
317-
True if os.environ.get("BUILD_CHEATSHEET", "true") == "true" else False
317+
os.environ.get("BUILD_CHEATSHEET", "true").lower() == "true"
318318
)
319319

320320
if BUILD_CHEATSHEET:

0 commit comments

Comments
 (0)