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.
1 parent a370ade commit 9ec7a58Copy full SHA for 9ec7a58
readthedocs/projects/version_handling.py
@@ -77,6 +77,9 @@ def sort_versions(version_list):
77
"""
78
Take a list of Version models and return a sorted list.
79
80
+ This only considers versions with comparable version numbers.
81
+ It excludes versions like "latest" and "stable".
82
+
83
:param version_list: list of Version models
84
:type version_list: list(readthedocs.builds.models.Version)
85
0 commit comments