To update the documentation
- Install connectomics package
- Install docs package:
pip install -r requirements.txt
- Install correct version of pytorch_sphinx_theme:
git clone https://github.com/pytorch/pytorch_sphinx_theme
pip install -e pytorch_sphinx_theme
- Modify source files in
source/
- Compile the code:
make html