ChipFlow documentation repository, publishing to the chipflow.github.io repository via GitHub actions.
Install Poetry 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 run build
Automatically rebuild the documentation on change and preview them at the same time:
pdm run autobuild
In your web browser go to http://localhost:8000 to see the documentation.