To build the documentation, you will need Sphinx and the PyTorch theme.
cd docs/
pip install -r requirements.txtYou can then build the documentation by running make <format> from the docs/ folder. Run make to get a list of all
available output formats.
make htmlFeel free to open an issue or pull request to inform us of any inaccuracy or potential improvement that we can make to our documentation.