alpaka-group / alpaka

Abstraction Library for Parallel Kernel Acceleration :llama:
https://alpaka.readthedocs.io
Mozilla Public License 2.0
337 stars 69 forks source link

add/fix automatic build test of the sphinx doc #2278

Open SimeonEhrig opened 1 month ago

SimeonEhrig commented 1 month ago

If saw, that the table for the section Memory Management in the CUDA Runtime API is missing: https://alpaka.readthedocs.io/en/latest/dev/backends.html#cuda-runtime-api

At a local build, I saw the table has a format issue.

There are two possible solutions:

  1. Maybe we can configure, that the preview build will fail, if there is an error.
  2. Add an extra CI job who checks if the doc builds correctly.