From ba2335d73e95df69725b34095c44b04f2be140ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 27 Mar 2015 20:05:25 +0100 Subject: [PATCH] explain how to add extensions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7879ba64..cd5f9f39a 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ Compilation into HTML To compile this documentation : 1. Install [sphinx-doc](http://sphinx-doc.org) (eg. pip install sphinx & pip install sphinx_rtd_theme) -2. run `make html` from the root directory -3. The base file is located on build/html/index.html +2. Install submodules : $ git submodule update --init; +3. run `make html` from the root directory +4. The base file is located on build/html/index.html Contribute ===========