-
Notifications
You must be signed in to change notification settings - Fork 305
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
Regenerate docs at latest public version using #1503 code #1504
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1504 +/- ##
=========================================
Coverage 74.71% 74.71%
Complexity 685 685
=========================================
Files 133 133
Lines 4189 4189
Branches 738 738
=========================================
Hits 3130 3130
Misses 654 654
Partials 405 405 Help us with your feedback. Take ten seconds to tell us how you rate us. |
It appears that test code is now getting picked up in the doc gen; I think I know what the fix on top of #1503 would be to avoid this. |
thanks @williamito please update this pr once your fix is merged |
Omitted test dirs |
do you want to update this now that #1470 is in? otherwise happy to merge. |
Fixes
#1457
Description
The doc generation code in #1503 results in pages using a newer Dokka theme than my original PR. This PR regenerates the currently checked-in docs using the new theme, resulting in a very noisy set of files changed but the actual content is the same.
Type
Documentation
Checklist
./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the style guide of this project../gradlew check
and./gradlew connectedCheck
to test my changes locally.