From e4c8bc9588a2320edc43186bc12ab4d569a6a521 Mon Sep 17 00:00:00 2001 From: Andrew Coulton Date: Mon, 22 Jun 2026 23:19:17 +0100 Subject: [PATCH] docs: Update README with current RTD versions * Fix the reference to the 3.0 docs version (=> 3.x) * Add the 4.x version * Update to show that `latest` (the default version) now points to 4.x --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca0d8a4..cf9994b 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@ can find build history for each version on RtD. | Version | Status | Docs URL | Build dashboard | |---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------|---------------------------------------------------------------------------------------------------| | v2.5 | [![Documentation Status](https://readthedocs.org/projects/behat/badge/?version=v2.5&style=for-the-badge)](https://docs.behat.org/en/latest/?badge=v2.5) | https://docs.behat.org/en/v2.5/ | [v2.5 build history](https://app.readthedocs.org/projects/behat/builds/?version__slug=v2.5) | -| v3.0 | [![Documentation Status](https://readthedocs.org/projects/behat/badge/?version=v3.0&style=for-the-badge)](https://docs.behat.org/en/latest/?badge=v3.0) | https://docs.behat.org/en/v3.0/ | [v3.0 build history](https://app.readthedocs.org/projects/behat/builds/?version__slug=v3.0) | -| latest* | [![Documentation Status](https://readthedocs.org/projects/behat/badge/?version=latest&style=for-the-badge)](https://docs.behat.org/en/latest/?badge=v3.0&style=for-the-badge) | https://docs.behat.org/en/latest/ | ["latest" build history](https://app.readthedocs.org/projects/behat/builds/?version__slug=latest) | +| v3.x | [![Documentation Status](https://readthedocs.org/projects/behat/badge/?version=v3.x&style=for-the-badge)](https://docs.behat.org/en/latest/?badge=v3.x) | https://docs.behat.org/en/v3.x/ | [v3.x build history](https://app.readthedocs.org/projects/behat/builds/?version__slug=v3.x) | +| v4.x | [![Documentation Status](https://readthedocs.org/projects/behat/badge/?version=v4.x&style=for-the-badge)](https://docs.behat.org/en/latest/?badge=v4.x) | https://docs.behat.org/en/v4.x/ | [v4.x build history](https://app.readthedocs.org/projects/behat/builds/?version__slug=v4.x) | +| latest* | [![Documentation Status](https://readthedocs.org/projects/behat/badge/?version=latest&style=for-the-badge)](https://docs.behat.org/en/latest/?badge=latest&style=for-the-badge) | https://docs.behat.org/en/latest/ | ["latest" build history](https://app.readthedocs.org/projects/behat/builds/?version__slug=latest) | -> \* the "latest" version is currently also based off the v3.0 branch, but is a separate build on RTD. +> \* the "latest" version is currently also based off the v4.x branch, but is a separate build on RTD. ## Project structure