-
Notifications
You must be signed in to change notification settings - Fork 11
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
Enable local build of doc incl. c/c++ api #86
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.
In general:
Let's discuss about the integration into CICD.
Otherwise nice and clean PR.
docs/conf.py
Outdated
|
||
project = "fdb" | ||
project = "Fields DataBase - FDB" | ||
copyright = "2025, ECMWF" |
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.
The moving copyright year was removed here. Shall we keep it?
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.
What's the correct year to start with?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #86 +/- ##
========================================
Coverage 61.60% 61.60%
========================================
Files 275 275
Lines 15244 15244
Branches 1558 1558
========================================
Hits 9391 9391
Misses 5853 5853 ☔ View full report in Codecov by Sentry. |
815c67f
to
8ea35db
Compare
To enable local documentation build set cmake option FDB5_ENABLE_DOCUMENTATION=ON This will require Doxygen 1.13 and sphinx and its requirements. Sphinx and deps can installed via pip from docs/requirements.txt After succefull cmake configuration a new target fdb-doc will be added. This new target it part of 'all'.
c0d367c
to
941fade
Compare
To enable local documentation build set cmake option
FDB5_ENABLE_DOCUMENTATION=ON
This will require Doxygen 1.13 and sphinx and its requirements. Sphinx and deps can installed via pip from docs/requirements.txt
After succefull cmake configuration a new target fdb-doc will be added. This new target it part of 'all'.