-
Notifications
You must be signed in to change notification settings - Fork 203
Moved repository from Travis to GitHub Actions #217
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
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.
We need to add the Sphinx build step to build.yml
, since the Adafruit Bundle has a RTD page. Quick reference:
- name: Build docs
working-directory: docs
run: sphinx-build -E -W -b html . _build/html
Other than that, just need to remove the Community Bundle stuff noted below.
EDIT: sorry about the comment order. I remembered multi-line comment highlights after I purposefully made them in order, and then had to delete them.
@sommersoft I think I got everything. Let me know if there's something I missed |
Thanks @dherrada! |
Doh! They both do need |
@sommersoft let me know if there is something I can do to help |
No description provided.