The source code of the HTR solver is in its own repository. This repository is used to build the website and the documentation of the project.
pip install -r docs/requirements.txt
To build it locally
pip install sphinx-autobuild
sphinx-autobuild docs/source docs/build/html
Info about readthedocs.