-
Notifications
You must be signed in to change notification settings - Fork 38
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
Switch docs build to mamba #76
Conversation
jbusecke
commented
Jan 11, 2022
- Closes Docs build failing #75
Codecov Report
@@ Coverage Diff @@
## master #76 +/- ##
=======================================
Coverage 79.62% 79.62%
=======================================
Files 3 3
Lines 324 324
Branches 59 59
=======================================
Hits 258 258
Misses 43 43
Partials 23 23
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Ughhh this is not building a preview again. @zmoon do you have an opinion on this? Should I just merge this and see? |
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.
Cool, hadn't realized mamba was officially supported now
.readthedocs.yaml
Outdated
sphinx: | ||
configuration: docs/conf.py | ||
fail_on_warning: true |
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.
could keep this part?
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.
Good point.
.readthedocs.yaml
Outdated
python: | ||
install: | ||
- method: setuptools | ||
path: . |
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.
I don't think this is needed, since environment-docs.yml
already specifies installing xmovie.
I think it is worth a try! I think my approach in #73 might help even more, since I trimmed the RTD deps to only those needed to actually build the docs. But #73 is still pending your review and some more work. |
It didn't fail! 🥳 |
Yay! |