File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-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,11 @@ 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 is a breaking change since it alters the format
72+ of the ids in both the content body and the toctree. Fixes toctree
73+ refid format ``document-<docname> `` that did not match the id in the body.
6974
7075Bugs fixed
7176----------
You can’t perform that action at this time.
0 commit comments