-
-
Notifications
You must be signed in to change notification settings - Fork 403
Building the Documentation
Philipp Rudiger edited this page Nov 9, 2017
·
1 revision
Install the following conda environment:
name: holoviews_docs
channels:
- ioam
- bokeh
- conda-forge
- defaults
dependencies:
- python=2.7
- holoviews
- paramnb
- numpy
- scipy
- notebook
- matplotlib
- pandas
- bokeh=0.12.10
- nose
- networkx
- xarray
- datashader
- scikit-image
- selenium
- phantomjs
- streamz=0.2.0
- dask=0.15.4
- sphinx
- runipy
Then run:
cd doc
make gallery
make html
make fix-links
Empty