Skip to content

Support myst-parser #127

Description

@LecrisUT

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions