[Docs] update instructions for building docs (#10480)

This commit is contained in:
architkulkarni 2020-09-01 14:17:20 -07:00 committed by GitHub
parent 3f98a8bfcb
commit 6dbba847a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,7 @@ correctly. `Sphinx <http://sphinx-doc.org/>`_ 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