From 6dbba847a112db73aa697ec5cf08fbf27c773d72 Mon Sep 17 00:00:00 2001 From: architkulkarni Date: Tue, 1 Sep 2020 14:17:20 -0700 Subject: [PATCH] [Docs] update instructions for building docs (#10480) --- doc/source/development.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/development.rst b/doc/source/development.rst index 7a47c267d..85b050b03 100644 --- a/doc/source/development.rst +++ b/doc/source/development.rst @@ -142,6 +142,7 @@ correctly. `Sphinx `_ is used to generate the documentat cd doc pip install -r requirements-doc.txt + pip install -U -r requirements-rtd.txt # important for reproducing the deployment environment make html Once done, the docs will be in ``doc/_build/html``. For example, on Mac