Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b49a577

Browse files
committed
DOC update build dependencies
1 parent 2063e81 commit b49a577

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

doc/README.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ Matplotlib documentation
55
Building the documentation
66
--------------------------
77

8-
A list of dependencies can be found in ../doc-requirements.txt.
8+
To build the documentation, you will need additional dependencies:
99

10-
All of these dependencies can be installed through pip::
10+
* Sphinx-1.3 or later(Version 1.5.0 is not supported)
11+
* numpydoc 0.4 or later
12+
* IPython
13+
* Mock
14+
* colorspacious
15+
* pillow
16+
* graphviz.
17+
18+
All of these dependencies except graphviz can be installed through pip::
1119

1220
pip install -r ../doc-requirements.txt
1321

0 commit comments

Comments
 (0)