To build the documentation:
- Build and install PyG from source.
- Install Sphinx theme via
pip install git+https://github.com/pyg-team/pyg_sphinx_theme.git
- Generate the documentation file via:
cd docs make html
The documentation is now available to view by opening docs/build/html/index.html
.