explain how to add extensions

This commit is contained in:
Julien Fastré 2015-03-27 20:05:25 +01:00
parent 951b65b511
commit ba2335d73e

View File

@ -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
===========