Skip to article frontmatterSkip to article content

Build the documentation locally

To build the documentation:

  1. Clone this repository:

    git clone https://github.com/2i2c-org/unnamed-thingity-thing
  2. Navigate to the docs folder:

    cd docs/
  3. Install the software packages for documentation:

    pip install -r requirements.txt
  4. 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.