From 39f186b4a673a311d63cbfd5fbd9669eed9fa48f Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 27 Jan 2015 17:01:08 +0100 Subject: [PATCH] More details about sphinx installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b134289..f7879ba64 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Compilation into HTML To compile this documentation : -1. Install [sphinx-doc](http://sphinx-doc.org) +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