Columns UI documentation site
April 2, 2025 ยท View on GitHub
This directory contains a documentation site built using Sphinx.
The site is published at https://columns-ui.readthedocs.io.
Build instructions
-
Install Python 3.12.
-
Install uv.
-
Switch to this directory.
-
Run:
uv sync -
Run:
uv run .\make.bat clean -
Run:
uv run .\make.bat html
The built docs will then be in the build\html directory.