I think the YAML configuration looks more elegant than the TOML and I recently discovered that the Python core devs had in any case not intended pyproject.toml to become a catch all for tools configuration as I have been doing.
Given your plan to undeprecate the old style, I want to investigate the possibility of putting the pydoc-markdown.yaml configuration in a folder such as .config, docs etc. rather than in the root which tends to get cluttered with different tools configuration files. Is there a way to specify a folder or could that feature be added?
I think the YAML configuration looks more elegant than the TOML and I recently discovered that the Python core devs had in any case not intended
pyproject.toml
to become a catch all for tools configuration as I have been doing.Given your plan to undeprecate the old style, I want to investigate the possibility of putting the
pydoc-markdown.yaml
configuration in a folder such as.config
,docs
etc. rather than in the root which tends to get cluttered with different tools configuration files. Is there a way to specify a folder or could that feature be added?