Skip to content

Commit ed2e52f

Browse files
committed
DOC: link to latest docs in readme
The latest docs are significantly better right now, we can reconsider moving back to the stable docs after release. Signed-off-by: Filipe Laíns <[email protected]>
1 parent 31bfd31 commit ed2e52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/mesonbuild/meson-python/main.svg)](https://results.pre-commit.ci/latest/github/mesonbuild/meson-python/main)
1010
[![tests](https://github.com/mesonbuild/meson-python/actions/workflows/tests.yml/badge.svg)](https://github.com/mesonbuild/meson-python/actions/workflows/tests.yml)
1111
[![codecov](https://codecov.io/gh/mesonbuild/meson-python/branch/main/graph/badge.svg?token=xcb2u2YvVk)](https://codecov.io/gh/mesonbuild/meson-python)
12-
[![Documentation Status](https://readthedocs.org/projects/meson-python/badge/?version=stable)](https://meson-python.readthedocs.io/en/stable/?badge=stable)
12+
[![Documentation Status](https://readthedocs.org/projects/meson-python/badge/?version=latest)](https://meson-python.readthedocs.io/en/stable/?badge=latest)
1313

1414
`meson-python` is a Python build backend built on top of the [Meson][meson]
1515
build-system. It enables you to use [Meson][meson] for your Python packages.
@@ -31,7 +31,7 @@ If you are interested in contributing, please check out
3131

3232

3333
[meson]: https://github.com/mesonbuild/meson
34-
[docs]: https://meson-python.readthedocs.io/en/stable/
34+
[docs]: https://meson-python.readthedocs.io/en/latest/
3535
[new discussion]: https://github.com/mesonbuild/meson-python/discussions/new/choose
3636
[bugtracker]: https://github.com/mesonbuild/meson-python/issues
3737
[contributing docs]: https://meson-python.readthedocs.io/en/latest/contributing/getting-started.html

0 commit comments

Comments
 (0)