Documented required version of sphinx

This commit is contained in:
emmanuelle
2015-12-10 23:36:27 +01:00
parent 966e0fd685
commit 1455874c3c
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -56,3 +56,10 @@ Testing requirements
A Python Unit Testing Framework
* `Coverage.py <http://nedbatchelder.com/code/coverage/>`__
A tool that generates a unit test code coverage report
Documentation requirements
--------------------------
`sphinx >= 1.3 <http://sphinx-doc.org/>`_ is required to build the
documentation.
+1 -1
View File
@@ -2,7 +2,7 @@
To build docs, run `make` in this directory. `make help` lists all targets.
## Requirements ##
Sphinx and Latex is needed to build doc.
Sphinx (>= 1.3) and Latex is needed to build doc.
**Sphinx:**
```sh