-
Notifications
You must be signed in to change notification settings - Fork 60
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
add docs builds to Github Actions #481
add docs builds to Github Actions #481
Conversation
Codecov ReportBase: 92.95% // Head: 92.95% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #481 +/- ##
=============================================
Coverage 92.95% 92.95%
=============================================
Files 130 130
Lines 9775 9775
=============================================
Hits 9086 9086
Misses 689 689 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 at Codecov. |
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.
last suggestion and then we can merge this.
Co-authored-by: AJ Schmidt <ajschmidt8@users.noreply.github.com>
/merge |
Thank you both! 🙏 |
The PR adds a docs_build process to the PR and Build workflows for this repository. The generated docs are synced to s3 for only the build workflows.
docs build are failing when I tried to run locally. WIP until we figure out the issue.
edit: docs build was failing due to a newer sphinx version, pinning it to <=5.3.0 fixes the issue
cc @ajschmidt8