From ddc1d2d019a014ddf9425315e0e3fa6fe1ce235e Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Wed, 8 Nov 2023 10:13:06 -0500 Subject: [PATCH] DOC: Clarify requirements installation for docs autobuild Small change to indicate that the `requirements.txt` installation step listed in "Option 1" for building docs is also required for autobuilding in "Option 2". --- Documentation/docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/docs/README.md b/Documentation/docs/README.md index eae2c518e4f..8566ad3954e 100644 --- a/Documentation/docs/README.md +++ b/Documentation/docs/README.md @@ -39,6 +39,7 @@ To automatically rebuild the website with any input markdown changes and serve the result, use [sphinx-autobuild] ```sh +pip install -r requirements.txt pip install sphinx-autobuild ```