NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
449 stars 104 forks source link

pydoc-markdown.yaml in folder rather than root #285

Closed mcarans closed 1 year ago

mcarans commented 1 year ago

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?

mcarans commented 1 year ago

I can see this is already possible eg. pydoc-markdown doc/pydoc-markdown.yml

Closing