- Change directories to this folder
spark-nlp/python/docs
- Install requirements
requirements_doc.txt
- run
make html
- This will generate the html and move it to
../../docs/api/python
- This will generate the html and move it to
The html will be available under ../../docs/api/python/index.html
.
The folder _autosummary
should not be committed, as it is generated from sphinx itself.