The source code of Combustion Toolbox is in its own repository. This repository is used to build the website and the documentation of the project, see https://combustion-toolbox-website.readthedocs.io/ .
pip install -r docs/requirements.txt
To build it locally
pip install sphinx-autobuild
sphinx-autobuild docs/source docs/build/html
To compile the LaTeX files locally go to docs folders and run
make.bat latex