The documentation is written using reStructuredText as markup language, and compiled to HTML using Sphinx.
You only have to do this once:
$ pipenv installExtract document’s translatable messages into pot files:
$ pipenv shell
(10darts-documentation) $ make gettextSetup/update locale:
(10darts-documentation) $ sphinx-intl update -p _build/gettext -l es -l enBuild mo files and make translated document:
(10darts-documentation) $ sphinx-intl build
(10darts-documentation) $ make -e SPHINXOPTS="-D language='en'" htmlTo create the HTML version of the documentation, run these commands:
$ pipenv shell
(10darts-documentation) $ make htmlAfter commit and push run the following command:
$ pipenv shell
(10darts-documentation) $ ./deploy.sh