This repo stores the readthedocs webpage for the FlexStack project.
It's recommended to use a python virtual environment to install the dependencies.
pip install -r requirements.txtTo build the webpage, run the following command:
make htmlThe webpage will be generated in the build/html directory.
To serve the webpage, run the following command (in the build/html directory):
python -m http.server