Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 633a2e4

Browse files
committed
FIX no need to build mpl before building the doc
1 parent faec918 commit 633a2e4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/README.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ directory. The top file of the results will be ./build/html/index.html
2020

2121
**Note that Sphinx uses the installed version of the package to build the
2222
documentation**: matplotlib must be installed *before* the docs can be
23-
generated. Even if that is the case, one of the files needed to do this,
24-
'../lib/matplotlib/mpl-data/matplotlibrc', is not version controlled, but
25-
created when matplotlib is built. This means that the documentation cannot be
26-
generated immediately after checking out the source code, even if matplotlib
27-
is installed on your system: you will have to run ``python setup.py build``
28-
first.
23+
generated.
2924

3025
You can build the documentation with several options:
3126

0 commit comments

Comments
 (0)