#2363: Fix `toctree()` in templates generates broken links in SingleHTMLBuilder.

This commit is contained in:
Takeshi KOMIYA
2016-03-04 00:14:10 +09:00
parent 92934ebe79
commit f8c08c634f
2 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Bugs fixed
* #2358: Fix user-preamble could not override the tocdepth definition.
* #2358: Redece tocdepth if ``part`` or ``chapter`` is used for top_sectionlevel.
* #2351: Fix footnote spacing
* #2363: Fix ``toctree()`` in templates generates broken links in SingleHTMLBuilder.
Release 1.3.6 (released Feb 29, 2016)