Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ cd doc
$ sphinx-intl build -pd locale/ -l <LANG>

Build HTML with MO files 

Code Block
$ cd doc
$ sphinx-build -b html -D language=<LANG> ../ _build

ReadTheDocs Theme

If you want to apply RTD theme, install sphinx_rtd_theme via pip.

...