Sphinx Ceibal How-to ==================== Install sphinx:: virtualenv -p python2.7 env source env/bin/activate Install requirements:: pip install sphinx pip install translate-toolkit pip install polib Generate ceibal.po file for pootle:: python utils/sphinx-to-po.py Update sphinx docs with ceibal-fr.po file from pootle:: python utils/po-to-sphinx.py Merge ceibal-fr.po with ceibal.po to overwrite all ceibal pootle project and keep previous translations from pootle:: python utils/merge-po.py Generate sphinx html nice online version:: make html