Back to Pytorch Geometric

Building Documentation

docs/README.md

2.7.0520 B
Original Source

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.