Skip to content

Commit 976692f

Browse files
anntzertacaswell
authored andcommitted
Merge pull request #8374 from NelleV/doc_doc
DOC update build dependencies
1 parent 9dd5c5b commit 976692f

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

doc/README.txt

+13-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@ 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

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

1827
To build the HTML documentation, type ``python make.py html`` in this
1928
directory. The top file of the results will be ./build/html/index.html

0 commit comments

Comments
 (0)