Arnaud Degroote

Results 5 issues of Arnaud Degroote

It is more a question than a potential bug. I try to import some needs using needimport. Some needs have some links_back. In the context of needimport, with a specified...

It is not very clear from the documentation that one needs to add an extra entry in `need_extra_options` to have `need_string_links` works properly. Maybe it would be nice to have...

When using needextract, the math stuff is not properly rendered (cf both images) ![original_need_good_render](https://user-images.githubusercontent.com/377715/224081886-dc302330-1e98-40de-beea-7da1492d7ef8.png) ![extract_bad_render](https://user-images.githubusercontent.com/377715/224081912-e62435e8-d8a2-4666-a564-9c96dbc84a00.png) Associated rst code ``` .. spec:: A spec with math stuff :id: MATH_STUFF A spec...

When trying to upgrade my project to newer version of sphinx-needs, I get the error described in title. I finally succeed to create a small reproducer. The problem seems to...

Considering ``` FOO ===== .. spec:: A spec with list stuff :id: LIST_STUFF .. list-table:: foo * - foo - bar * - buz - boo .. toctree:: foo.rst ```...