Navigation Menu

Skip to content

Commit

Permalink
DOC: add requirements file to doc directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Sep 23, 2016
1 parent 1b3edc7 commit 00b9ccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build_docs.sh
Expand Up @@ -15,10 +15,9 @@ source activate altair-docs-27
conda install --yes --file requirements.txt --channel conda-forge
conda install --yes --file doc/requirements.txt

# nodejs used to build thumbnails
conda install --yes nodejs --channel conda-forge
node -p "require('vega/package.json').version" || npm install vega
node -p "require('canvas/package.json').version" || npm install canvas
# nodejs (vega-lite & canvas) & cairo are required for building thumbnails:
conda install --yes cairo nodejs --channel conda-forge
node -p "require('vega-lite/package.json').version" || npm install canvas vega-lite

# install altair & build docs
python setup.py install
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
@@ -1,3 +1,4 @@
sphinx
jinja2
numpydoc
matplotlib

0 comments on commit 00b9ccd

Please sign in to comment.