Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 562 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 562 Bytes

Columns UI documentation site

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 Poetry.

  3. Switch to this directory.

  4. Run:

    poetry install
  5. Run:

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

    poetry run .\make.bat html

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