Skip to content

Commit 35c2e02

Browse files
committed
DOC: tone down the text of the "legacy" admonition
The "may be removed in the future" phrase was making users panic and mix "legacy" and "deprecated". [docs only]
1 parent 53f6509 commit 35c2e02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,9 @@ def run(self):
523523
# Argument is empty; use default text
524524
obj = "submodule"
525525
text = (f"This {obj} is considered legacy and will no longer receive "
526-
"updates. This could also mean it will be removed in future "
527-
"SciPy versions.")
526+
"updates. While we currently have no plans to remove it, "
527+
"we recommend that new code uses more modern alternatives instead."
528+
)
528529

529530
try:
530531
self.content[0] = text+" "+self.content[0]

0 commit comments

Comments
 (0)