Marco Heinemann
Marco Heinemann
Thanks a lot for this extension, it has proven very useful to me. I use Plantuml in Sphinx with the [sphinxcontrib.plantuml](https://github.com/sphinx-contrib/plantuml/) extension. In below RST file, plantuml-previewer.vim basically works, but...
The `collapse_button` setting `inital=True` does not work correctly with nested needs. `conf.py` ```python needs_layouts = { "common": { "grid": "simple", "layout": { "head": [ ' ****' ' ' ], "meta":...
The following RST leads to below exception ``` .. needtable:: :filter: type == 'story' :columns: id, title, status, author, incoming :style_row: needs_[[copy("status")]] .. story:: With status :id: US_status :status: open...
Fixes https://github.com/pantsbuild/pants/issues/20373
**Is your feature request related to a problem? Please describe.** I want to use `drawio` as a `system_binary`. It crashes with `SIGSEGV` and other errors if the following environment variables...
Subject: Enable parallel post transformations including `doctree-resolved` **and** `write_doc_serialized`. This is an extended version of PR https://github.com/sphinx-doc/sphinx/pull/11733. It has basically the same purpose. Sorry for opening a second PR, however...
Building the Bazel demo https://github.com/salesforce/reactive-grpc/tree/master/demos/bazel is failing for me: ```bash demos/bazel $ bazel build //src/main/java/com/salesforce/servicelibs/reactivegrpc:reactivegrpc_bin --incompatible_java_common_parameters=false INFO: Analyzed target //src/main/java/com/salesforce/servicelibs/reactivegrpc:reactivegrpc_bin (89 packages loaded, 1579 targets configured). INFO: Found 1 target......
The [colwidths](https://sphinx-needs.readthedocs.io/en/latest/directives/needtable.html#colwidths) option of the [needtable](https://sphinx-needs.readthedocs.io/en/latest/directives/needtable.html) directive should support the same features as as the docutils [listtable](https://docutils.sourceforge.io/docs/ref/rst/directives.html#list-table) directive. This however is not implemented, only values without unit are allowed, so...
The [sphinx-needs-vscode](https://github.com/useblocks/sphinx-needs-vscode) extension uses the need dictionary fields `docname` and `doctype` to find the file that defines a need for the go-to definition feature. For nested needs the field `doctype`...
When setting up a new venv and installing sphinx-needs 1.0.2 with ``` pip install sphinx-needs ``` and then importing the library I get an exception: ``` $ python Python 3.10.7...