You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So WARN_AS_ERROR should not be turned on yet in the Doxyfile. I will fix.
[ 39%] Built target doxygen_doc
[ 40%] Generating API Documentation with Doxygen
warning: tag INPUT: input source '/home/runner/work/fv3atm/fv3atm/fv3atm/doc/user_guide.md' does not exist
warning: tag INPUT: input source '/home/runner/work/fv3atm/fv3atm/fv3atm/doc/2D-decomp.md' does not exist
warning: tag INPUT: input source '/home/runner/work/fv3atm/fv3atm/fv3atm/sorc/ncep_post.fd' does not exist
error: source '/home/runner/work/fv3atm/fv3atm/fv3atm/doc/user_guide.md' is not a readable file or directory... skipping.
(warning treated as error, aborting now)
The text was updated successfully, but these errors were encountered:
OK, I have a fix for this, and it causes all the CI builds to pass, which is nice.
The problem happening above was because UPP had the same CMake ENABLE_DOCS option. So to get around that, I change the fv3atm option to ENABLE_FV3ATM_DOCS. Now the UPP documentation build is not involved and things work.
The CI runs are failing due to the doxygen build.
So WARN_AS_ERROR should not be turned on yet in the Doxyfile. I will fix.
The text was updated successfully, but these errors were encountered: