8000 MAINT: add doc-requirements file · matplotlib/matplotlib@363ce54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 363ce54

Browse files
matthew-brettNelleV
authored andcommitted
MAINT: add doc-requirements file
Add pip requirements file for documentation dependencies. [skip ci]
1 parent ede1959 commit 363ce54

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc-requirements.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Requirements for building docs
2+
# You will first need a matching matplotlib installed
3+
# e.g (from the matplotlib root directory)
4+
# pip install -e .
5+
#
6+
# Install the documentation requirements with:
7+
# pip install -r doc-requirements.txt
8+
#
9+
sphinx>1.0
10+
numpydoc
11+
ipython
12+
mock
13+
colorspacious

0 commit comments

Comments
 (0)
0