doc/doxygen: Change Default to Light Mode#21292
Conversation
|
This PR fixes the following error messages when building the documentation: With master and Doxygen version 1.12.0 With this PR and Doxygen version 1.12.0: With master and Doxygen version 1.9.1 (I didn't use With this PR and Doxygen version 1.9.1 (relevant for the Workflow CI): |
|
CI check is obviously not happy as it is still using doxygen 1.9.1. We'd either have to add the lines to the |
For sure, there is no rush. |
doc/doxygen/riot.doxyfile
Outdated
| # The default value is: AUTO_LIGHT. | ||
| # This tag requires that the tag GENERATE_HTML is set to YES. | ||
|
|
||
| HTML_COLORSTYLE = AUTO_LIGHT |
There was a problem hiding this comment.
| HTML_COLORSTYLE = AUTO_LIGHT | |
| HTML_COLORSTYLE = LIGHT |
With that, we could close #21370
146732d to
13d1fa5
Compare
13d1fa5 to
ec3fc79
Compare
ec3fc79 to
ff91b25
Compare
|
For reference: Only |
ff91b25 to
ef7bdfc
Compare
AnnsAnns
left a comment
There was a problem hiding this comment.
After a careful and long investigation of every single character I can conclude that this PR works, or at least doesn't appear to really break anything.
|
Thank you for the review :) |
Contribution description
This just sets the default mode to Light Mode, replacing #21370.
This PR used to include the update of Doxygen, but this was moved to #21372.
Testing procedure
Check that the documentation still looks good. This might has to be done locally because the Workflow CI version of Doxygen is still at 1.9.1.
Issues/PRs references
Depends on (and currently includes) #21372.