Skip to content

CombustionToolbox/combustion_toolbox_website

Repository files navigation

Combustion Toolbox website

Documentation

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/ .

Getting started

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