-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix the documentation build for fv3atm, getting the CI to work #906
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not familiar with Doxygen and the changes required in the workflow to support its use, so I can not properly review this PR. I will approve it, assuming the code here does what it's supposed to do.
Who is the other reviewer required to make this PR mergable? |
|
Probably we need to add @LarissaReames-NOAA to the list of those who can approve a PR here. @junwang-noaa can you please take a look at this PR and approve it? |
@edwardhartnett I approved it already, please see the comments above. After @LarissaReames-NOAA accept the invitation, I will add her to the list. Thanks
|
Thanks! |
Description
In this PR I change the CMake option ENABLE_DOCS to ENABLE_FV3ATM_DOCS, in order to avoid invoking the documentation build of UPP.
I also add a new CI workflow called "docs", and take the documentation build out of the GCC workflow. This will be more useful to programmers because having the "docs" CI run fail is pretty obvious.
There are no code changes in this PR; this is documentation and CI only.
Issue(s) addressed
Fixes #904
Testing
CI testing. No code changes in this PR.
Dependencies
N/A
Requirements before merging