Skip to content

Commit 91bbe10

Browse files
committed
Update AUTHORS.rst and CHANGES.rst
1 parent 4399a28 commit 91bbe10

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Contributors
7272
* Joel Wurtz -- cellspanning support in LaTeX
7373
* John Waltman -- Texinfo builder
7474
* Jon Dufresne -- modernisation
75+
* Jorge Marques -- unique ids in singlehtml
7576
* Josip Dzolonga -- coverage builder
7677
* Juan Luis Cano Rodríguez -- new tutorial (2021)
7778
* Julien Palard -- Colspan and rowspan in text builder

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ Features added
6666
Patch by Adam Turner.
6767
* #13805: LaTeX: add support for ``fontawesome7`` package.
6868
Patch by Jean-François B.
69+
* #13739: singlehtml builder: append the docname to ids with format
70+
``/<docname>/#<id>``, to ensure uniqueness. For example, ``id3`` becomes
71+
``/path/to/doc/#id3``. This will break existing hyperlinks to ``singlehtml``
72+
HTML documents since it alters the format of the ids in both the content body
73+
and the toctree. Fixes toctree refid format ``document-<docname>`` that did
74+
not match the id in the body.
6975

7076
Bugs fixed
7177
----------

0 commit comments

Comments
 (0)