Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2063e81 commit b49a577Copy full SHA for b49a577
1 file changed
doc/README.txt
@@ -5,9 +5,17 @@ Matplotlib documentation
5
Building the documentation
6
--------------------------
7
8
-A list of dependencies can be found in ../doc-requirements.txt.
+To build the documentation, you will need additional dependencies:
9
10
-All of these dependencies can be installed through pip::
+* 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::
19
20
pip install -r ../doc-requirements.txt
21
0 commit comments