From 19051a0d2b17d93c8332539ae0c83534f26cd56a Mon Sep 17 00:00:00 2001 From: saadmk11 Date: Mon, 17 Jun 2019 23:38:24 +0600 Subject: [PATCH] Update docs with sitemap sort order change --- docs/features/sitemaps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/sitemaps.rst b/docs/features/sitemaps.rst index 385d46ae4b5..cc22242e220 100644 --- a/docs/features/sitemaps.rst +++ b/docs/features/sitemaps.rst @@ -12,7 +12,7 @@ and communicate them additional information about each URL of the project: Read the Docs automatically generates a sitemap for each project that hosts to improve results when performing a search on these search engines. This allow us to prioritize results based on the version number, for example -to show ``latest`` as the top result followed by ``stable`` and then all the project's +to show ``stable`` as the top result followed by ``latest`` and then all the project's versions sorted following semver_. .. _semver: https://semver.org/