Daniel Woste

Results 188 comments of Daniel Woste

You are right, as PlantUML gets already imported, the later check makes no sense. But as PlantUML is currently no dependency of Sphinx-Needs, we also need to secure this import...

Already solved or the situation has changed.

We have to check: 1) Can we catch the rendering exception? 2) If yes, output also the current file, need-id, need-line-number in an extra log-message.

`derives` contains links, so it is a list, for instance `["my_link", "another_link"]`. Checking for `derives` in a filters-string or python-statement will return the list and not a boolean interpretation (as...

I have found a small workaround by doing a little code change. So create a fork and comment this line out: ```python # A lot of other code app.add_directive('image', ImageConf)...

We have done already some analysis and tests in the past but Sphinx is a beast and has always overwritten or not accepted our changed links. So further work is...

I'm not sure if we can do here much, as `needpie` is generating relative paths for the default builders like `html`. So from my point of view the functions works...

Yes, not having a valid anchor seem to be a problem. I sometimes get dozens of them for some projects. I'm pretty sure Sphinx-SimplePDF is not the source of this...

> capture stderr and show it only if an error occurs (e.g. with check=True) I'm not sure if this is really the best option. Right now I haven't found the...

This is not supported, as Sphinx-SimplePDF needs a single HTML file, which is created by Sphinx. I don't know if there is a mechanism inside Sphinx, which can merge the...