# Install build tools and template
Follow the documentation here:
http://jsdoc-toolkit-rst-template.readthedocs.org/en/latest/

In short;
1) Install Java and Ant:
Download Java and extract it for example to /opt/java/
Download Ant and extract it for example to /opt/apache-ant/

2) Install JsDoc Toolkit:
Download release: http://jsdoc-toolkit.googlecode.com/files/jsdoc_toolkit-2.4.0.zip
Extract package for example to: /opt/jsdoc-toolkit/

3) Setup JsDoc Toolkit RST Template
https://code.google.com/p/jsdoc-toolkit-rst-template/source/checkout

4) Install sphinx
http://sphinx-doc.org

# Install bootstrap theme
Follow the documentation here:
https://pypi.python.org/pypi/sphinx-bootstrap-theme

But in short;
pip install sphinx_bootstrap_theme

# Enable BUILD_DOCUMENTATION (set to ON)

# Set paths appropriately

# configure and build
