Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 606 Bytes

Tuleap Documentation

This is a proposal to use Sphinx (instead of docbook) in order to generate the documentation for Tuleap.

Download the sources from GitHub

git clone [email protected]:Enalean/tuleap-documentation-en.git

Build the documentation

sudo apt-get install python-pip
sudo pip install -q Sphinx
cd /path/to/tuleap-documentation
make html

The documentation is generated in _build/html/

License

Tuleap and its documentation are licensed under GPLv2 or above.