Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support myst-parser #127

Open
Open
@LecrisUT

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions