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

Skip to content

Commit 61f54d7

Browse files
committed
Merge pull request #8373 from vidursatija/master
[DOC] Updated the documentation
1 parent 976692f commit 61f54d7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,17 @@ Getting started
88
===============
99

1010
The documentation for matplotlib is generated from ReStructured Text using the
11-
Sphinx_ documentation generation tool. Sphinx-1.0 or later and numpydoc 0.4 or
12-
later is required.
11+
Sphinx_ documentation generation tool.
12+
The requirements are as follows (https://github.com/matplotlib/matplotlib/blob/master/doc-requirements.txt)
13+
14+
1. Sphinx-1.3 or later(Version 1.5.0 is not supported)
15+
2. numpydoc 0.4 or later
16+
3. IPython
17+
4. Mock
18+
5. colorspacious
19+
6. pillow
20+
7. graphviz
21+
1322

1423
The documentation sources are found in the :file:`doc/` directory in
1524
the trunk. To build the users guide in html format, cd into

0 commit comments

Comments
 (0)