From 57b0fab69295057ac20566d89d648b8cecfdc81e Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Tue, 31 Mar 2020 15:30:17 +0200 Subject: [PATCH] Add better explanation to check `docs` locally. (#3459) --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index d1a8b24103..b4f5765019 100644 --- a/docs/README.md +++ b/docs/README.md @@ -47,6 +47,8 @@ Once you have setup `sphinx`, you can build the documentation by running the fol make html ``` +A folder called ``_build/html`` should have been created. You can now open the file ``_build/html/index.html`` in your browser. + --- **NOTE**