Draft
Conversation
4dc910a to
6e13ac8
Compare
Codecov ReportPatch coverage has no change and project coverage change:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #259 +/- ##
============================================
- Coverage 85.92% 74.21% -11.72%
============================================
Files 23 22 -1
Lines 6081 5588 -493
============================================
- Hits 5225 4147 -1078
- Misses 856 1441 +585
Flags with carried forward coverage won't be shown. Click here to find out more. see 20 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
f45f966 to
c6796a9
Compare
Merged
75b9b0a to
73971c0
Compare
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Partially fixes bib reference issue Signed-off-by: Cristian Le <[email protected]>
There is a dependency hell in the testing environment. For now just see if anything fails on sphinx 7 Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on: #258
Closes: #255
Other PR dependencies now are temporary
Currently this one is a bit disjoint. It requires to build both
cmakeandsphinx-buildin a particular fashion:Mostly the issue is taking the information of the
CMAKE_BUILD_DIRout of cmake and into sphinx. Maybe one alternative is to have cmake call sphinx and the python script.Relevant page output
2d0ebb5 for an example migration and its output. Simpler still if we combine them to
doxygengroup