Daniel Woste

Results 78 issues of Daniel Woste

It looks like that there are certain rendering problems of ``rst``-code when using ``doxygenclass``. Rendering the same rst-code by using ``doxygenfile`` or ``doxygengroup`` works perfectly. There is a standalone sphinx-example-project...

bug
code

After Sparkleshare hanged up, I have killed the related processes. Since this I'm not able to restart sparkleshare. It starts, shows the status bar icon, performs some git action and...

bug

### Problem The rtd theme wrapps all tables in a ``div`` with class ``wy-table-responsive`` via javascript. Unfortunately some html-tables in sphinx-projects are not coming from "normal" rst-tables, but are created...

Needed: replication

Setting the table class "rtd-exclude-wy-table" deactivates the normal table handling for this table. So the table gets not wrapped into a "div.wy-table-responsive" container. Needed by other Sphinx extensions, which care...

Status: blocked

As we know all needtables and co. it would be easy to create a TOC of all tables, flows or co. Example: ```rst .. toc-needtable:: or .. toc-needflow:: ``` The...

Idea by @StephanKuempel We already have ``.. needreport`` to document the current configuration. But it would be also good to document various aspects of the current need-data (dict). Ideas, what...

`need_external_needs` does not import needs, if the needs in a given `needs.json` have need-types, which are not configured in the target project. In this case no need-elements get internally created....

If links are shown inside a need, it would be great if the link title is set and its content is the linked need title text. This would make it...

enhancement

The content of a need should be able to get handled by jinja (incl. all injected Sphinx-Needs data). The result would be the same as if you are using the...

enhancement