We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5a0727 + 35c2e02 commit 85c33d1Copy full SHA for 85c33d1
doc/source/conf.py
@@ -523,8 +523,9 @@ def run(self):
523
# Argument is empty; use default text
524
obj = "submodule"
525
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.")
+ "updates. While we currently have no plans to remove it, "
+ "we recommend that new code uses more modern alternatives instead."
528
+ )
529
530
try:
531
self.content[0] = text+" "+self.content[0]
0 commit comments