Results 80 comments of Arwed S.

For everyone who reaches this issue after a web search, I have compiled some solutions: ### Doxygen Formula Syntax in VS Code Markdown Preview It is possible to preview Markdown...

If you have existing Markdown documents with $ and $$ math delimiters and want to integrate them into Doxygen as-is, I can provide a script to use as an input...

@nilsvu , thanks for sharing the overview, I used that as a reference as well when I created this feature request. I'll open source my doller-math input filter as soon...

I've tried the sphinx version of this PR in large projects (3000 - 30.000 rst files), and it really speeds up things. I'd be happy to see this in the...

> @arwedus Unfortunately, I can't test this right now, because if I install sphinx with pip install git+https://github.com/useblocks/sphinx.git@69a77c7 I get this error by sphinx: ``` sphinx.errors.SphinxWarning: Failed to convert typing.Any...

@picnixz : With my patches to both myst-parser and breathe, I managed to run the build on my rather big and complicated sphinx project. It stands at 721 source files,...

@danwos: would it be possible to plan this for a sphinx-needs 1.4.x release? :)

@danwos any updates to this request? We had yet another case of wasted hours because of trying to find the source of a new sphinx-warning with this code: ``` .....

this issue is mostly fixed, and mostly obsolete now :-).

> Would be nice if `needs_global_options` could be supported on a per-needs-type basis as well, for defaults that only make sense for a certain needs type @danwos: I was about...