Mel Massadian

Results 465 comments of Mel Massadian

I'm still struggling to understand how it works. I created a `doc` folder in the root of my project, cd to it, and run ```shell pydoc-markdown --bootstrap mkdocs -I .....

Oh ok, it supports [reading configuration](https://github.com/NiklasRosenstein/pydoc-markdown/blob/develop/docs/configuration.md) from a `pyproject.toml` file (that's a great feature!) Let me figure it out and summarize my ideas to make the quickstart/bootstrapping better.

Ahah, yes, I know how some things can seem obvious from the inside sometimes, that's why I created the issue! --- This is my layout: ```shell |- myLib |- Documentation...

Creating a `README.md` empty file in `Documentation` and running `pydoc-markdown --server --open` works: ![image](https://user-images.githubusercontent.com/7041726/128610808-dacd102e-d4ee-4b58-b3aa-31e328a1bee6.png) But as soon as I add `-I ..` is fails with `error: renderer 'MarkdownRenderer' cannot be...

I did figure how to set the path in the meantime! Oh ok I'm used to config files being loaded from `$PWD` by default and expected `-I` to be the...

> I would suggest that the user is asked whether the config should be appended to the TOML file. If the user says yes, we'll just load the templated config,...

Is there any ETA/Blockers for this PR? Or at least providing an option to not having to eject while using polyfills

I tried to conan package it myself but kept having issues with nanovg linking. Would love to see a working package as it perfectly fit the libary to be on...

Yes I actually managed to make it work on OSX. I'm pretty new to conan so be gentle. But it works here. I have to figure out how to assign...