To build the documentation, you will need Sphinx and the PyTorch theme.
cd docs/
pip install -r requirements.txt
You 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 html
Feel free to open an issue or pull request to inform us of any inaccuracy or potential improvement that we can make to our documentation.