Skip to content
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

⬆️ UPGRADE: docutils 0.19 support #611

Merged
merged 2 commits into from Aug 15, 2022
Merged

⬆️ UPGRADE: docutils 0.19 support #611

merged 2 commits into from Aug 15, 2022

Conversation

chrisjsewell
Copy link
Member

@chrisjsewell chrisjsewell commented Aug 15, 2022

This PR allows docutils 0.19 to be used with myst-parser.
See: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-19-2022-07-05.
Note though, it does not fix a number of DeprecationWarning that arise from using docutils 0.19, which will be addressed at a later date.

closes #591

@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #611 (4314764) into master (363b853) will decrease coverage by 0.12%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #611      +/-   ##
==========================================
- Coverage   89.86%   89.74%   -0.13%     
==========================================
  Files          21       21              
  Lines        2122     2125       +3     
==========================================
  Hits         1907     1907              
- Misses        215      218       +3     
Flag Coverage Δ
pytests 89.74% <0.00%> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
myst_parser/mdit_to_docutils/base.py 91.88% <0.00%> (-0.39%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@chrisjsewell chrisjsewell changed the title ⬆️ UPGRADE: docutils 0.19 ⬆️ UPGRADE: docutils 0.19 support Aug 15, 2022
@chrisjsewell chrisjsewell merged commit 3105807 into master Aug 15, 2022
@chrisjsewell chrisjsewell deleted the docutils-0-19 branch August 15, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please test with Docutils 0.19b1
1 participant