- install requirements
cd docs
pip install -r requirements.txt
- generate htmls
# make clean
make html
If a new module added or an existed module deleted, then update the .rst files in docs/apis
sphinx-apidoc -o ./apis ../graphlearn_torch/python/{module_name}
# update docs/apis/modules
make clean
make html