|
The [documentation website](https://opennmt.net/CTranslate2) is generated with [Sphinx](http://www.sphinx-doc.org).
|
|
|
|
Build instructions:
|
|
|
|
```bash
|
|
pip install ctranslate2
|
|
pip install -r requirements.txt
|
|
python generate.py python
|
|
sphinx-build . build
|
|
```
|