Documentation for NEMO.
To rebuild, just push commits to main. Read the Docs will pick them up automatically.
Automatic deploys can be configured here.
- Python 3 – Check if available in your terminal:
python3 --versionorpyenv versions
(Last verified on Mac v15 M1).
pip3 install pandasto confirm it installspip3 install -r requirements.txtto install everything elsemake htmlopen _build/html/index.html
More info at Read the Docs docs.
- Temporarily change
==to>=inrequirements.txt pip3 install -r requirements.txt --upgradepip3 freeze > requirements.txt
Note that the historical https://github.com/sassafrastech/nemo-docs-redirect may also need to be updated.
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