To build the documentation:
- Build and install PyG from source.
- Install Sphinx via
pip install sphinx sphinx_rtd_theme. - Generate the documentation file via:
cd docs make html
The documentation is now available to view by opening docs/build/html/index.html.