Build DocsΒΆ

The docs for bitorch are generated using the sphinx package. To build the docs, cd into the repository root and execute.

sphinx-build -b html docs/source/ docs/build/ -a

The generated .rst files will be put into docs/build.