diff --git a/scripts/make_api_rst.py b/scripts/make_api_rst.py index ab2ac0b0d7ee..24fae01bd221 100755 --- a/scripts/make_api_rst.py +++ b/scripts/make_api_rst.py @@ -64,7 +64,7 @@ def ltr_tag(v): current_stable_minor = int(current_stable.split(".")[1]) + 2 # '3.38' => 40 old_versions_links = ", ".join( [ - f"`3.0{v} `_" + f"`3.{v} `_" for v in range(0, current_stable_minor, 2) ] )