Open arwedus opened 2 years ago
@arwedus This is a known issue and needs fix within breathe. See https://github.com/useblocks/sphinxcontrib-needs/issues/231
indeed, indeed. Importing the same C++ class comment via a doxygennamespace
directive works just fine. Thanks for the hint @twodrops
While sphinx-needs directives inside a
\verbatim embed:rst
section are parsed by sphinx-needs (after being imported by breathe if they are included by one of the sphinx-breathe directives), the:needs:
role leads to a hard error in sphinx-needs.I tried to use a standard sphinx role (
:doc:
) and a configurable role of another sphinx extension (sphinx.ext.extlink) and both work just fine.To reproduce the error I have attached an example project.