Files
Igor Sirotin 9072826160 docs: publish the module API reference to GitHub Pages
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.
2026-08-28 13:34:50 +01:00
..