-
Notifications
You must be signed in to change notification settings - Fork 82
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
DOC: Update Python Version To 3.10
in Readthedocs.
#447
Conversation
- Update Python version to 3.10 for build
for more information, see https://pre-commit.ci
- Remove `python.version` setting as this is no longer supported.
Codecov Report
@@ Coverage Diff @@
## develop #447 +/- ##
========================================
Coverage 98.59% 98.59%
========================================
Files 58 58
Lines 5784 5784
Branches 1047 1047
========================================
Hits 5703 5703
Misses 69 69
Partials 12 12 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
- Use `myst_parser`
- Add `myst-parser` to `docs/requirementstxt`
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.
Can't see any file changes related to recommonmark/ myst. Maybe because they are already on develop now?
Edit: I was thinking of the wrong PR. Ignore me here! All looks good.
- Add dependencies for sphinx build.
- Remove development dependencies from base requirements file.
3.10
in Readthedocs.22.04