From ef951bb6e336aa4f9901b18c5fe145baab899d8c Mon Sep 17 00:00:00 2001 From: rwxd Date: Mon, 6 Mar 2023 23:40:45 +0100 Subject: [PATCH] fix(docs): update --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 93c234c..0e04ce2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,4 +42,6 @@ response.raise_for_status() ## Documentation -The documentation can be found at +The latest documentation can be found at + +If you've checked out the source code (for example to review a PR), you can build the latest documentation by running `make serve-docs`.