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
72
72
* Joel Wurtz -- cellspanning support in LaTeX
73
73
* John Waltman -- Texinfo builder
74
74
* Jon Dufresne -- modernisation
75
+ * Jorge Marques -- unique ids in singlehtml
75
76
* Josip Dzolonga -- coverage builder
76
77
* Juan Luis Cano Rodríguez -- new tutorial (2021)
77
78
* Julien Palard -- Colspan and rowspan in text builder
Original file line number Diff line number Diff line change @@ -66,6 +66,12 @@ Features added
66
66
Patch by Adam Turner.
67
67
* #13805: LaTeX: add support for ``fontawesome7 `` package.
68
68
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.
69
75
70
76
Bugs fixed
71
77
----------
You can’t perform that action at this time.
0 commit comments