Daniel Woste

Results 188 comments of Daniel Woste

Will hopefully find some time to review the PR again soon. In the meantime, yes `if-builder` is often used as an replacement for `only`, and in my experience it works...

Technically we could do it everywhere, but using an updated `if-builder` would always mean installing the complete sphinx-simpldpdf package. So 99% of code and dependencies would not be needed. So,...

Argh, that may be tough, as Sphinx generates automatically all `rst/md` files it finds in the used source-dir, even if they are not part of a toctree. I'm not sure...

The problem from the crash seems to be a problem inside the error-handling itself, if a link-type is used which is not registered. Looks like the log-function or so is...

@twodrops: How was the status with this feature request? I think we wanted to close it, as it can be done by `needuml`. Please reopen, if I'm wrong.

Thanks for the feature request. I like the idea, but maybe have found 1-2 problems when working like this. In my understanding, clicking on a component shall open a component...

Hey @khanjasir90, sorry for the late response. Sure, you can work on whatever you want and your help is highly appreciated :+1: If you have any questions, don't hesitate to...

You are right, that's a bug in the docs and for the filter-function ,it is really a list, not a dictionary.

No, I agree, it would be better. However this change would break a lot of existing filters, so I don't want to touch the `needs` variable. But I'm open to...

Interesting use case :) I think the NeedRef-node got not already transformed to standard docutils-nodes, when the `TocTreeCollector` gets executed by Sphinx itself. And it looks like `TocTreeCollector` tries to...