Skip to content

Files

docs

Building Documentation

To build the documentation:

  1. Build and install PyG from source.
  2. Install Sphinx theme via
    pip install git+https://github.com/pyg-team/pyg_sphinx_theme.git
    
  3. Generate the documentation file via:
    cd docs
    make html
    

The documentation is now available to view by opening docs/build/html/index.html.