File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,15 +5,24 @@ Matplotlib documentation
55Building 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
14- or conda::
22+ or all of them via conda and pip ::
1523
16- conda install sphinx numpydoc ipython mock colorspacious pillow
24+ conda install sphinx numpydoc ipython mock graphviz pillow
25+ pip install colorspacious
1726
1827To build the HTML documentation, type ``python make.py html`` in this
1928directory. The top file of the results will be ./build/html/index.html
You can’t perform that action at this time.
0 commit comments