This directory contains a documentation site built using Sphinx.
The site is published at https://columns-ui.readthedocs.io.
-
Install Python 3.12.
-
Install Poetry.
-
Switch to this directory.
-
Run:
poetry install
-
Run:
poetry run .\make.bat clean
-
Run:
poetry run .\make.bat html
The built docs will then be in the build\html
directory.