From 919702e42dd82aafb0310ad2d3340917f72d69d9 Mon Sep 17 00:00:00 2001 From: KrystalDelusion <93062060+KrystalDelusion@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:50:07 +1300 Subject: [PATCH] readme: Link to readthedocs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7820544..7b9c6b5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,10 @@ Currently this library targets Python 3.8 and newer. ## Documentation -To build the Sphinx documentation of this library, run: +Documentation is available online at +https://yosyshq.readthedocs.io/projects/mau/en/latest/. + +To build the Sphinx documentation of this library locally, run: make docs