Open sdarwin opened 2 days ago
This looks like it's hitting a known docca issue. If that's the case, it should be failing for Linux, too. Can you confirm whether this is the case?
Will look into it in a couple hours anyway.
, it should be failing for Linux, too
It's succeeding on Linux. Also, the main boost releases (on linux) are ok.
I'll look into this tomorrow. ~Is it failing on develop or master?~
It's hitting this docca issue: https://github.com/boostorg/docca/issues/170
We don't see it in Linux because it doesn't happen with Doxygen 1.9, but it does with Doxygen 1.12.
IIRC the problem can be workarounded by removing the \relates
commands from the documentation. This is not ideal, but can be an option if fixing this in docca is too complex to be achieved on time for the release. @grisumbras do you think this could be fixed on your side?
Yeah, I think I can do this in time.
Great, thanks.
boostorg/mysql docs are not building on macOS and Windows. Getting the following error.
See https://github.com/sdarwin/release-tools/actions/runs/11525770777/job/32088676007
In the "docs" job, search for: DOCS BUILD FAILED. LIBRARY mysql , and scroll up.
It's possible that a python dependency is missing, or a configuration issue, in which case there is nothing wrong with docca. Any ideas?
cc: @anarthal