Documentation for NEMO.
To rebuild, just push commits to main
. Read the Docs will pick them up automatically.
Automatic deploys can be configured here.
Local testing (on Apple Silicon with Python 3.8.X): As of 2/24/23, I couldn't get the pandas package to compile with Apple silicon, so defaulted to using the virtual arch x86 environment.
arch -x86_64 zsh
- run
arch
command to confirm you are now running i386 pip3 install pandas
to confirm it installspip3 install -r requirements.txt
make html
(note you may have to add Python3.8 to your path for this to work)
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