Build the documentation locally¶
To build the documentation:
Clone this repository:
git clone https://github.com/2i2c-org/frx-challengesNavigate to the docs folder:
cd docs/Install the software packages for documentation:
pip install -r requirements.txtStart a MyST server to preview the documentation:
myst start
This will build the documentation locally so that you can preview what your changes will look like.