From cd0ae53eaaa032f17606a4767bdd50355719cc04 Mon Sep 17 00:00:00 2001 From: Daniel Smilkov Date: Wed, 26 Jul 2023 15:00:24 -0400 Subject: [PATCH] save --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1196e0b89..098949bc3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,8 +2,8 @@ We use Sphinx to auto-generate the API reference. -To generate documentation: +To generate documentation, run this from the project root: ```bash -./build_docs.sh +./scripts/build_docs.sh ```