Arwed S.
Arwed S.
@mason3k: This what we requested is actually already possible, see https://sphinx-needs.readthedocs.io/en/latest/configuration.html#filter-based-global-options Set a filter based global option, and use `type="req"` (for example) as filter.
@AWhetter : I've checked now. When I use `.. automodule:: example`, it warns as expected: ``` WARNING: autodoc: failed to import module 'example'; the following exception was raised: No module...
@AWhetter : I've added the warning as a feature. When running tests on sphinx-autoapi locally, the warning showed when building the docs, and raised my attention that the API documentation...
@danwos: Thanks for your quick answer. I already assumed that it would not be easy to do. Also, needextract can appear multiple times for the same need... in this case,...
@qjebbs: I spent half an hour analyzing the code in the [preprocessing](https://github.com/qjebbs/vscode-plantuml/tree/master/src/plantuml/diagram/include.ts) and I don't understand why this could not work. Here are some ideas: 1. If the parent document...
While running plantUML on a local machine as a server is a workaround (note: It's not a good one, because then VS Code asks you to allow "insecure local content"),...
I also just found out that starting up a local plantUML picoweb or docker instance on my remote workstation doesn't even help because of bug #513 . However, I am...
@Geocali, this works fine, but with the MyST-Markdown extension, the rendering of `{uml}` or `{plantuml}` is not passed to the plantuml extension any more. I assume that MyST-Markdown is already...
Hi @danwos , I have the same issue but with a different extension in sphinx-needs 2.1.0a (a pre-build mostly similar to sphinx-needs 2.1) in our repository with a multi-project setup....
Same problem for me. I'm in a project with hundreds of developers, most of them develop **only** via remote-SSH or remote containers session. I assume that support of local plantuml...