# Make sure python3 is setup
# On MacOS, use brew
# brew install python3
pip3 install sphinx --user
pip3 install sphinx-intl --user
pip3 install sphinx-autobuild --user
pip3 install recommonmark --user
pip3 install pygments-markdown-lexer --user
make gettext
sphinx-intl update -p _build/locale -l fr
Then translate each .po file with PoEdit. And build your documentation with:
make -e SPHINXOPTS="-D language='fr'" html
make livehtml
make latex
cd _build/latex
pdflatex -interaction=batchmode Roadiz