Jakob Lykke Andersen

Results 111 comments of Jakob Lykke Andersen

I think this is a real issue, but a long-standing one that got exposed by the ``friend`` fixes. But I don't think it is easy to fix. The fundamental problem...

I don't think I can reproduce the problem, but some notes: - You can pass ``-n`` to ``sphinx-build`` you perhaps get extra warnings when things can not be cross-referenced. -...

The ``enum`` role would be for ``VTDirection``, but for ``VTLEFT`` the ``enumerator`` role should work. I don't hit the issue at this time with either though. There may be an...

The last part regarding ``noexcept`` should be fixed when using the 3.x branch of Sphinx (future v3.1), sphinx-doc/sphinx#7485. I guess that Breathe may have stripped the noexcept specifier in the...

@jfolz, I couldn't immediately build the docs, and I'm unsure which issues are left here. Can you provide an update?

I'm not able to reproduce it in my own small setup. Do you have an archive/repo available with (a slimmed down) example?

Aside from the Doxygen version (I have 1.8.13) I have tried with combinations of Breathe and Sphinx versions without hitting the same error. Perhaps it may be a an old...

(@ahesford, I believe that is another distinct issue)

Now I tried in a completely fresh Ubuntu 18.04 container, with Doxygen 1.8.18, Breathe 4.17.0, and Sphinx 3.0.3, and I still get the same error regarding ``text.format(**self.context)`` (which indeed is...

I just posted PR #535 which should avoid crashing on the warning. I suspect that the reason for the warning in the first place is related to #289.