Skip to content

Commit 2736b46

Browse files
authored
Merge pull request #5472 from fraziern/fraziern-docs-readme
Update README in docs/
2 parents 4692b5a + 645d513 commit 2736b46

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)