Skip to content

Commit 85c33d1

Browse files
authored
Merge pull request scipy#21841 from ev-br/tweak_legacy_admonition
DOC: tone down the text of the "legacy" admonition
2 parents e5a0727 + 35c2e02 commit 85c33d1

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)