Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 483 Bytes

HTR solver website - TEST

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.

Getting started

pip install -r docs/requirements.txt

To build it locally

pip install sphinx-autobuild
sphinx-autobuild docs/source docs/build/html

Info about readthedocs.