You need to build DGL locally first (as described here), and ensure the following python packages are installed:
- sphinx
- sphinx-gallery
- sphinx_rtd_theme
- sphinx_copybutton
- torch
- mxnet
- pillow
- matplotlib
First, clean up existing files:
./clean.sh
Then build:
make html
Note: due to the backend loading issue, it actually takes 2 rounds to build:
- build tutorials that uses MXNet as backend
- build tutorials that uses PyTorch as backend
cd build/html
python3 -m http.server 8000
Add the path of the new folder in the two lists examples_dirs
and gallery_dirs
in docs/source/conf.py.