8000 Update docs README to mention requirement for recommonmark dependency. · sparkfun/circuitpython@c281b44 · GitHub
[go: up one dir, main page]

Skip to content

Commit c281b44

Browse files
committed
Update docs README to mention requirement for recommonmark dependency.
1 parent e00b319 commit c281b44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ 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, and optionally (for the RTD-styling), sphinx_rtd_theme,
16+
Install Sphinx, recommonmark, and optionally (for the RTD-styling), sphinx_rtd_theme,
1717
preferably in a virtualenv:
1818

1919
pip install sphinx
20+
pip install recommonmark
2021
pip install sphinx_rtd_theme
2122

2223
In `circuitpython/`, build the docs:

0 commit comments

Comments
 (0)
0