Documentation/writing_docs: Document the need for recommonmark
python-recommonmark is need for sphinx to be able to hande the markdown documentation. Change-Id: I9513ab4bdc753e0350754d9869239ea833893af9 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/27631 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
parent
d308ed37bc
commit
c9297c6780
|
@ -16,7 +16,9 @@ over reStructuredText so only embedded ReST is supported. Checkout the
|
||||||
|
|
||||||
### Install Sphinx
|
### Install Sphinx
|
||||||
|
|
||||||
Please follow this official [guide].
|
Please follow this official [guide] to install sphinx.
|
||||||
|
You will also need python-recommonmark for sphinx to be able to handle
|
||||||
|
markdown documenation.
|
||||||
|
|
||||||
### Optional
|
### Optional
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue