Open lydia-duncan opened 8 months ago
~I didn't see these on my system when exploring updating all of these dependencies to the latest versions in PR #24612. Is it possible that updating doxygen will resolve the issue?~ Edit: I am now seeing the issue.
PR #24612 includes fixes for these.
24201 updated the version of
breathe
we rely on to build the online documentation, because otherwise we wouldn't be able to usechpldoc
at all (due to relying on old Python dependencies). However, the dyno compiler docs currently generate a lot of warnings with this version ofbreathe
:So that PR also turned off warnings for bad links. Our intention was for this to be a short term fix, as we want our links to work and to find out quickly if they don't. Unfortunately, we forgot and it led to accidentally introducing some broken links (which #24629 will fix).
We would like to resolve these dyno warnings in some way so that we can restore link checking and avoid accidentally introducing more bad links that users may stumble across