File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
7076Bugs fixed
7177----------
You can’t perform that action at this time.
0 commit comments