NiklasRosenstein / pydoc-markdown

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

Fixes error in bootstrap configuration #230

Closed gethvi closed 2 years ago

gethvi commented 2 years ago

Hi,

thank for this great tool!

I only just started using it. Tried using bootstrap config for mkdocs:

$ pydoc-markdown --bootstrap mkdocs
$ touch README.md
$ pydoc-markdown
[WARNING - pydoc_markdown.main]: Unknown configuration options: $.renderer.pages.1.children.content

I figured out there is a typo in the bootstrap configuration. Changing content to contents fixed the problem.

NiklasRosenstein commented 2 years ago

Thank you for fixing this, @gethvi !