Skip to content

Commit 645d513

Browse files
fraziernNick Frazier
authored andcommitted
Update README in docs/
Update README in docs/ to reflect changes in package requirements
1 parent 0df6146 commit 645d513

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ Building the documentation locally
1313
If you're making changes to the documentation, you should build the
1414
documentation locally so that you can preview your changes.
1515

16-
Install Sphinx, recommonmark, and optionally (for the RTD-styling), sphinx_rtd_theme,
17-
preferably in a virtualenv:
16+
Install the necessary packages, preferably in a virtualenv, in `circuitpython/`:
1817

19-
pip install sphinx
20-
pip install recommonmark
21-
pip install sphinx_rtd_theme
18+
pip install -r requirements-doc.txt
2219

2320
In `circuitpython/`, build the docs:
2421

0 commit comments

Comments
 (0)