Old documentation for NEMO, because readthedocs doesn't support changing the slug.
To rebuild, just push commits to main
. Read the Docs will pick them up automatically.
Automatic deploys can be configured here.
Local testing (verified on OSX with Python 3.7.6):
pip3 install -r requirements.txt
make html
open _build/html/index.html
More info at Read the Docs docs.
- Temporarily change
==
to>=
in requirements.txt pip3 install -r requirements.txt --upgrade
pip3 freeze > requirements.txt
Once changes are made to the PO file in Transifex:
Pull changes from Transifex to local repo (replace "fr" with the language code you are translating):
tx pull -l fr
Then build with this modified command:
make -e SPHINXOPTS="-D language='fr'" html