executablebooks / MyST-NB

Parse and execute ipynb files in Sphinx
https://myst-nb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
201 stars 81 forks source link

Update readthedocs Config File to fix Test Error #554

Closed michaelweinold closed 8 months ago

michaelweinold commented 8 months ago

The configuration file

python:
  version: "3.8"

syntax has been deprecated by readthedocs.

Instead,

uild:
  os: ubuntu-22.04
  tools:
    python: "3.11"

has to be used. This would fix test errors caused by the readthedocs build (eg. here: https://github.com/executablebooks/MyST-NB/pull/553).

welcome[bot] commented 8 months ago

Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out EBP's Code of Conduct and our Contributing Guide, as this will greatly help the review process.
Welcome to the EBP community! :tada:

michaelweinold commented 8 months ago

@choldgraf, the readthedocs build completes successfully. This PR is now ready to merge.

welcome[bot] commented 8 months ago

Congrats on your first merged pull request in this project! :tada: congrats
Thank you for contributing, we are very proud of you! :heart: