Build the documentation locally¶
To build the documentation:
Clone this repository:
git clone https://github.com/2i2c-org/unnamed-thingity-thing
Navigate to the docs folder:
cd docs/
Install the software packages for documentation:
pip install -r requirements.txt
Start 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.