Fix deprecation warning in latexify_rst_text.#939
Conversation
PendingDeprecationWarning: Argument "writer_name" will be removed in Docutils 2.0. Specify writer name in the "writer" argument.
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #939 +/- ##
===========================================
- Coverage 75.17% 29.89% -45.29%
===========================================
Files 70 68 -2
Lines 9024 8861 -163
===========================================
- Hits 6784 2649 -4135
- Misses 2240 6212 +3972 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Yeah what is this,
Oh well. I don't know whether there is a version of docutils where both arguments work without complaints, but I'm not going to look for it. Let's leave this open and merge it when we move to docutils 2. |
Fixes