aiidateam / plumpy

A python workflows library that supports writing Processes with a well defined set of inputs and outputs that can be strung together.
https://plumpy.readthedocs.io
Other
8 stars 17 forks source link

Dependencies: Update the myst-nb and sphinx requirements #253

Closed sphuber closed 1 year ago

sphuber commented 1 year ago

The docs build was failing. Updating myst-nb solves the problem. It is only updated to v0.15.0 and not more recent as that is the last version to support sphinx~=3.5 and more recent versions of Sphinx raise warnings with the auto API docs.

codecov[bot] commented 1 year ago

Codecov Report

Base: 90.68% // Head: 90.68% // No change to project coverage :thumbsup:

Coverage data is based on head (6181ea5) compared to base (89880be). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## support/0.21.x #253 +/- ## =============================================== Coverage 90.68% 90.68% =============================================== Files 21 21 Lines 2959 2959 =============================================== Hits 2683 2683 Misses 276 276 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aiidateam)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

sphuber commented 1 year ago

@chrisjsewell this fixes the build for now. I tried to update to the most recent myst-nb in #252 but that required Sphinx 4 and above and that gave other problems with the API doc that I couldn't fix straight away and can't be bothered to deal with now. This should be fine for the time being.