First install the dependencies:
$ python3 -m pip install -r requirements_docs.txt(or uv pip install …)
$ sphinx-build -M html docs outYou can use any static file HTTP server, e.g.:
$ python3 -m http.server -d 'out/html'$ python3 -m pip install sphinx-autobuild
$ sphinx-autobuild docs outSee GitHub Action