Results 80 comments of Arwed S.

@danwos there's another small issue: sphinxcontrib-needs v 0.7 will deinstall Sphinx 4.0.3 and install Sphinx 4.0.0 instead. The bugfix releases should be compatible.

indeed, indeed. Importing the same C++ class comment via a `doxygennamespace` directive works just fine. Thanks for the hint @twodrops

@danwos Why has @haiyangToAI moved this to sphinx-needs? I requested this as a feature for OpenNeedsIDE VS Code plug-in!

@Geocali : I don't think there is a workaround for this.

@albert-github, is it actually intented behavior that doxygen commands inside a Markdown verbatim section (4 spaces indentation) or code block (triple backticks) is still parsed by doxygen? It took me...

@albert-github I guess this is it's own issue, but the manual does not mention anywhere that doxygen commands inside of preformatted or code sections are parsed. Example: ``` /** Testing...

A dependencies section would be helpful. - [x] Add dependencies section to make clear that Sphinx math or dollarmath does not work "out of the box". Possibly add other dependencies....

it works out of the box for me but didn't get rendered because Sphinx was complaining that dvi2png executable was missing. I might have to install some other apt package...

I got the error before I included sphinx.ext.imgmath. Again, I could try to provide an atomic example once I find the time... Anyhow: In general, it would be nice if...

Hi @chrisjsewell , I tried your suggestion with a document that looks somewhat like this: ```` - **Alternative 1:** The idea of using ... is depicted in figures {ref}`fig_a` and...