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

  1. Install Python 3.12.

  2. Install uv.

  3. Switch to this directory.

  4. Run:

    uv sync
    
  5. Run:

    uv run .\make.bat clean
    
  6. Run:

    uv run .\make.bat html
    

The built docs will then be in the build\html directory.