Update README in docs/

Update README in docs/ to reflect changes in package requirements
This commit is contained in:
Nick Frazier 2021-10-16 06:57:44 -04:00 committed by Nick Frazier
parent 0df6146b8c
commit 645d513d27
1 changed files with 2 additions and 5 deletions

View File

@ -13,12 +13,9 @@ Building the documentation locally
If you're making changes to the documentation, you should build the
documentation locally so that you can preview your changes.
Install Sphinx, recommonmark, and optionally (for the RTD-styling), sphinx_rtd_theme,
preferably in a virtualenv:
Install the necessary packages, preferably in a virtualenv, in `circuitpython/`:
pip install sphinx
pip install recommonmark
pip install sphinx_rtd_theme
pip install -r requirements-doc.txt
In `circuitpython/`, build the docs: