This directory contains the Sphinx documentation source for FlyDSL.
Install dependencies:
pip install -r requirements.txtBuild the HTML documentation:
make htmlThe output will be in _build/html/. Open _build/html/index.html in a browser.
For a live-reloading preview during editing:
pip install sphinx-autobuild
make livehtmlDocumentation is automatically built and deployed to GitHub Pages via the
.github/workflows/docs.yml workflow on pushes to main.