This is the documentation for the Wazo project.
The live version is hosted at http://documentation.wazo.community
With python2 and virtualenvwrapper :
mkvirtualenv -p /usr/bin/python2 doc
pip install -r requirements.txt
make html
You will need a LATEX compilation suite. On Debian, you can use the following packages :
$ apt-get install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended