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:
Arthur Heymans 2018-07-25 12:05:15 +02:00 committed by Patrick Rudolph
parent d308ed37bc
commit c9297c6780
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ over reStructuredText so only embedded ReST is supported. Checkout the
### 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