File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,24 @@ Matplotlib documentation
5
5
Building the documentation
6
6
--------------------------
7
7
8
- A list of dependencies can be found in ../doc-requirements.txt.
8
+ To build the documentation, you will need additional dependencies:
9
9
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::
11
19
12
20
pip install -r ../doc-requirements.txt
13
21
14
- or conda::
22
+ or all of them via conda and pip ::
15
23
16
- conda install sphinx numpydoc ipython mock colorspacious pillow
24
+ conda install sphinx numpydoc ipython mock graphviz pillow
25
+ pip install colorspacious
17
26
18
27
To build the HTML documentation, type ``python make.py html`` in this
19
28
directory. The top file of the results will be ./build/html/index.html
You can’t perform that action at this time.
0 commit comments