Skip to content

[WIP] Documentation build integration

This modifies the root CMB CMakeLists to hook the Sphinx build into the general make process.

A new CMake variable "CMB_ENABLE_DOCUMENTATION" exists now. Enabling it will build the documentation as local HTML during the build process.

The folder structure likely needs some organization (everything is currently in the top directory) but I will make a seperate branch/MR for that.

Merge request reports