Skip to content

Commit bb499e1

Browse files
committed
add info about how to build HTML documentation
svn path=/trunk/matplotlib/; revision=6481
1 parent 73f34bf commit bb499e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ python documentation system built on top of ReST. This directory contains
3232

3333
* mpl_examples - a link to the matplotlib examples in case any
3434
documentation wants to literal include them
35+
36+
To build the HTML documentation, install sphinx (0.5 or greater
37+
required), then type "python make.py html" in this directory. Wait
38+
for the initial run (which builds the example gallery) to be done,
39+
then run "python make.py html" again. The top file of the results will
40+
be ./build/html/index.html

0 commit comments

Comments
 (0)