Please test with Docutils 0.19b1
See original GitHub issueHi,
We’ve just released Docutils 0.19b1, and intend to release 0.19 final on 05/07/2022 (a week on Tuesday). Please would you test with the pre-release, and raise any issues to me either on this issue or on the Docutils tracker?
- The release notes are at: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-19b1-2022-06-21
- The detailed change history is at: https://docutils.sourceforge.io/HISTORY.html#release-0-19b1-2022-06-21
- You can install 0.19b1 with
python -m pip install --pre "docutils==0.19b1"
or install Docutils’ master withpython -m pip install "git+https://repo.or.cz/docutils.git#subdirectory=docutils"
.
Thanks, Adam
Issue Analytics
- State:
- Created a year ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Docutils Release Notes
Converted tests are now stored in docutils/test3/, tools no longer need conversion. If you installed one of Docutils versions 0.7 ... 0.9 with...
Read more >docutils-users Mailing List for Docutils: Documentation Utilities
I installed docutils 0.18.1 using pip3 >> install docutils on Majaro Linux. The template I'm using does not >> contain something different than...
Read more >2022-06-26 | #nikola IRC Logs
12:27:24 <KwBot> [nikola] AA-Turner opened issue #3632: Please test with Docutils 0.19b1 https://github.com/getnikola/nikola/issues/3632 16:13:46 <KwBot> ...
Read more >Please test with Docutils 0.19b1 - Getpelican/Pelican - IssueHint
We've just released Docutils 0.19b1, and intend to release 0.19 final on 05/07/2022 (a week on Tuesday). Please would you test with the...
Read more >python:docutils packaging history - Repology
History of package versions for project python:docutils in all repositories. ... Please note that this history is still an experimental feature and may...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cheers for the notification @AA-Turner !
Ugh, I took a closer look. These URLs are hardcoded in the
docutil_roles.md
fixture file in the repo.This means the fixtures need to be different, depending on which version of docutils the test suite runs with? 👀
I’ve seen a similar PR at https://github.com/executablebooks/MyST-Parser/pull/478 that patches the fixtures, but don’t see where it runs conditionally only with docutils >=0.18…