Skip to content

Commit 1d9f000

Browse files
authored
Update model_overview.py
1 parent f146079 commit 1d9f000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/_ext/model_overview.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ def _render_lines() -> list[str]:
133133
def _is_safe_mode() -> bool:
134134
"""Return True if model overview generation is explicitly disabled.
135135
136-
By default, generation runs in all environments. Set PF_SKIP_MODEL_OVERVIEW=1 to skip.
136+
By default, generation runs in all environments.
137+
Set PF_SKIP_MODEL_OVERVIEW=1 to skip.
137138
"""
138139
if os.environ.get("PF_SKIP_MODEL_OVERVIEW", "").lower() in {"1", "true", "yes"}:
139140
return True

0 commit comments

Comments
 (0)