How to build the documentation

This page explains how to build the documentation in Xyst, also rendered at https://xyst.cc.

How to build the documentation

To clone and build the documentation do

git clone https://codeberg.org/xyst/xyst.git && cd xyst
mkdir build && cd build
cmake -DBUILD_DOC=on ../src
make doc

The documentation will be accessible on the local file system at xyst/build/doc/html/index.html.