NiklasRosenstein / pydoc-markdown

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

Feature request: allow configuration in pyproject.toml #186

Closed kthy closed 3 years ago

kthy commented 3 years ago

It would be awesome 🎉🥳 if Pydoc-Markdown could read its configuration from a [tool.pydoc-markdown] table in pyproject.toml so I don't have to litter my project directory with yet another config file.

NiklasRosenstein commented 3 years ago

Hey @kthy, I like the idea. The configuration docs contains an example for defining the config in pyproject.toml: https://github.com/NiklasRosenstein/pydoc-markdown/blob/develop/docs/configuration.md

Will be available in the next release!