Open
Description
Currently the generated code is specific for rst
documents such that the following does not work:
```{click} module:parser
:prog: hello-world
```
There is a workaround using:
```{eval-rst}
.. click:: [scikit_build_core.cli.main:skbuild](module:parser)
:prog: hello-world
```
However it would be good to have built-in to use the appropriate parser (i.e. rst) for the generated code.