Documentation

Documentation#

Documentation requires py-oxbow’s uv environment and uses the isolated docs dependency group. It is managed with the Sphinx documentation system and uses MyST Markdown and the Sphinx Book theme.

To build the docs once:

uv run --group=docs sphinx-build docs docs/_build/html

To run a live-reload server:

uv run --group=docs sphinx-autobuild docs docs/_build/html