Duplicate target not always recognized.
Fixed in Docutils 0.22. Commit [r10176] makes targets from hyperlink references with embedded URI or alias implicit.
Duplicate target not always recognized.
Fixed in Docutils 0.22. Commit [r10176] makes targets from hyperlink references with embedded URI or alias implicit.
It seems, that up to now many users did not know that `link text <target>`_ creates a <target> with the reference name "link text".</target> The Sphinx rST primer did start with Use `Link text <https://domain.invalid/>`_ for inline web links. without mentioning that this named hyperlink reference with embedded URI also generates a target (cf. Sphinx issue #13613). The missing WARNING for duplicate names in named hyperlink references with embedded alias did contribute to the confusion. As a result,...
I looked at the patch and found a number of issues: Message "details" misleading if the right border is not misaligned but missing. System exit with corrupt bottom border: The compulsory "details" and "offset" arguments for malformed_table() lead to a system exit with traceback - for document authors this is worse than a generic error message. It is also an incompatible change in the Docutils library (some 3rd party extension may use the function...). +-----------------------+ | A table with one...
I looked at the patch and found a number of issues: Message "details" misleading if the right border is not misaligned but missing. System exit with corrupt bottom border: The compulsory "details" and "offset" arguments for malformed_table() lead to a system exit with traceback - for document authors this is worse than a generic error message. It is also an incompatible change in the Docutils library (some 3rd party extension may use the function...). +-----------------------+ | A table with one...
I looked at the patch and found a number of issues: Message "details" misleading if the right border is not misaligned but missing. system exit with corrupt bottom border: The compulsory "details" and "offset" arguments for malformed_table() lead to a system exit with traceback - for document authors this is worse than a generic error message. It is also an incompatible change in the Docutils library (some 3rd party extension may use the function...). +-----------------------+ | A table with one...
renamed files
Fixed. Thanks again.
Thanks for the fix!
Rename .txt files to .rst
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for the patch.
Doctest nodes have incorrect `line` field
The patch is in Docutils 0.22 released 2025-07-29. Thanks again.
Change section handling to not rely on exceptions and reparsing
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for the patch.
Emacs support; decoration styles
Add :figname: option to the figure directive
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
add vh and vw as allowable length units
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
Allow definition_list_item to have multiple terms
The issue is fixed in Docutils 0.22 released 2025-07-29. Possible support in reStrucuredText markup is discussed in [patches:#95]. Thank you for reporting.
Support SVG images in LaTeX
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
Should docutils whine about nesting simple body elements?
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
Image height/width attributes
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
manpage: would like more informative document comments
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
@aa-turner: Can we close this bug? Is there still something to do after 0.22 is out?
reST parser warns twice for short underline
The issue is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
manpage: please stop converting text to full capitals
The issue is fixed in Docutils 0.22 released 2025-07-29. Thanks again for reporting.
0.21.1: sdist is missing tox.ini
The bug is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
prepare URIs
The bug is fixed in Docutils 0.22 released 2025-07-29.
Issues with the Docutils Doctree
The bug is fixed in Docutils 0.22 released 2025-07-29.
EncodingWarnings in io module
The bug is fixed in Docutils 0.22 released 2025-07-29. Thanks agaoin for reporting.
Don't hardcode interpreter in utils/smartquotes.py
The bug is fixed in Docutils 0.22 released 2025-07-29. Thanks again for reporting.
rst2odt: TypeError with --stylesheet=styles.xml
The bug is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
locale.Error: unsupported locale setting
The fix is now in Docutils 0.22 released 2025-07-29. Thank you for reporting.
manpage writer renders links incorrectly
The bug is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
Html5WriterPublishPartsTestCase.test_publish skips too much when with_pygments is False
The bug is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
Typo in "Docutils Links" page
Curious repeated paragraph
The bug is fixed in Docutils 0.22 released 2025-07-29. Thank you for reporting.
Incorrect description of phrase references in the specification page
Fixed. Thank you for reporting.
Consolidate HISTORY and RELEASE NOTES for 0.22.
Fix link in "rst" web page.
Document table width determination by the LaTeX writer.
release 0.22
version 0.23b0.dev
tagging release 0.22
version 0.22
Thank you for the report. This will be fixed soon. (After sourceforge lets me commit from git-svn again...)
Documentation additions and fixes.
renamed files
A fix is in [patches:#214] by OP Jynn Nelson . Thanks.
Thank you for the patch. I will have a look at this once 0.22 is out. (We don't want delay the release any further by new changes to the release candidate unless it is urgent.)
This seems to be by-effect of the legacy algorithm for parsing section titles (cf. [bugs:#346]). This is fixed by [patches:#213].
This seems to be by-effect of the legacy algorithm for parsing section titles (cf. [bugs:#213]). This is fixed by [patches:#346].
Curious repeated paragraph
you are completely right, i just happened to never have used upperlines but now i know how put chapter titles please bear with me, if this is not fixed in 0.22 cheers and many thanks
Incorrect description of phrase references in the specification page
too much escaping obviously thanks for the report
Fix: documentation #506 backslash is not needed for backticks in backtics :-)
Incorrect description of phrase references in the specification page
could you test with the prerelease make a env, install latest release candidate mkdir testdir cd testdir python3 -m venv . . bin/activate pip install --pre docutils run the test rst2html dbl-par.rst i do not get duplication
you are completely right, i just happened to never have used upperlines but now i know how put chapter titles please bear with me, if this is not fixed in 0.22 cheers and many thanks On Sat, 28 Jun 2025 at 11:51, Harmen haampie@users.sourceforge.net wrote: @grubert https://sourceforge.net/u/grubert/profile/ actually that is not documented: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html I think the example should be fine according to that specification. In any case, it's a bug...
@grubert actually that is not documented: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html I think the example should be fine according to that specification. In any case, it's a bug to have the paragraph repeated.
Fair point, but a bug nonetheless.
sections do not have overlines (upper) only the document title
Curious repeated paragraph
version 0.22rc6.dev
0.2rc5 log
version 0.22rc6.dev
version 0.22rc5
typo
Revise documentation.
Don't report an error for duplicate targets with identical refname.
Make targets from hyperlink references with embedded URI or alias implicit.
release candidate log
update tests to 0.22rc5.dev