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 pdmInstall the Python requirements:
pdm installBuild the documentation locally:
pdm docsAutomatically rebuild the documentation on change and preview them at the same time:
pdm autodocsIn your web browser go to http://localhost:8000 to see the documentation.