scikit-build-core
scikit-build-core copied to clipboard
Autogenerate configuration reference
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.