summaryrefslogtreecommitdiff
path: root/Documentation/getting_started/writing_documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/getting_started/writing_documentation.md')
-rw-r--r--Documentation/getting_started/writing_documentation.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/getting_started/writing_documentation.md b/Documentation/getting_started/writing_documentation.md
index 9a9bbf0c6f..027def96a1 100644
--- a/Documentation/getting_started/writing_documentation.md
+++ b/Documentation/getting_started/writing_documentation.md
@@ -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