scikit-build-core icon indicating copy to clipboard operation
scikit-build-core copied to clipboard

Autogenerate configuration reference

Open LecrisUT opened this issue 1 year ago • 0 comments

Although all settings are mapped to the python object, just to avoid possible confusion it would be nice to generate the original configuration options ^1 as well, something like

```{confval} {{ field-name }}
:type: {{ type }}
:default: {{ default }}
{{ docstring }}

Python equivalent: {{ python-name }}
```

It would help a bit with cross-referencing the options and it would work nice with tippy.

LecrisUT avatar Feb 21 '25 21:02 LecrisUT