Comment 16 for bug 1241029

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

Here is the *REVISED* method I use to generate the docs from ubuntu-html-theme source:

# install npm
sudo apt-get install npm nodejs-legacy

# use npm to install yuidocjs globally
sudo npm -g install yuidocjs

# get ubuntu-html5-theme source branch
bzr branch lp:ubuntu-html5-theme

# move to the js dir
cd ubuntu-html5-theme/0.1/ambiance/js

# generate the docs from source
yuidoc -c yuidoc.json .

# docs are in new ./build/ dir