ChipFlow documentation repository, publishing to https://chipflow-docs.docs.chipflow-infra.com via GitHub actions.
Releases are published to https://docs.chipflow.io
Install PDM into your environment if you don't have it already:
pip3 install pipx
pipx install pdm
Install the Python requirements:
pdm install
Build the documentation locally:
pdm docs
Automatically rebuild the documentation on change and preview them at the same time:
pdm autodocs
In your web browser go to http://localhost:8000 to see the documentation.