mirror of
https://github.com/logos-co/logos-delivery-module.git
synced 2026-08-31 14:01:13 +00:00
Builds the API reference from the Doxygen comments in src/delivery_module_plugin.h with Doxygen -> Breathe -> Sphinx, rendered with pydata-sphinx-theme, and pulls the existing Markdown guides into the same site via myst-parser. The docs workflow publishes to the gh-pages branch on release, alongside the doctest reports doctests.yml already writes there: every push uses keep_files: true and shares that job's gh-pages-publish concurrency group. Ported from logos-storage-module, which already runs this stack.