This document describes the HydrOffice SmartMap WebGIS (2.1). For the project page, go here.

3.4. How to build the documentation

3.4.1. Requirements

The documentation is built using sphinx, so you need to have it:

pip install sphinx sphinx-autobuild

You will also need a latex distribution installed on you machine for the pdf manual. For instance,

apt-get install texlive-full

3.4.2. Docs Creation

Go to the docs folder.

For the html version:

make html

For the pdf version:

make latexpdf