mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix: special toctree entry "self" located after another entry that also has a toctree was replaced with wrong title and link. Closes #1576
Function argument variable `toctreenode` had been overrode by local variable.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -17,6 +17,8 @@ Bugs fixed
|
||||
:rst:dir:`csv-table`. Thanks to Takeshi Komiya.
|
||||
* PR#285: Test for subclasses of docutils node types when screening
|
||||
searchindex. Thanks to Nathan Goldbaum.
|
||||
* #1576: Special toctree entry "self" located after another entry that also has
|
||||
a toctree was replaced with wrong title and link.
|
||||
|
||||
|
||||
Release 1.2.3 (released Sep 1, 2014)
|
||||
|
Reference in New Issue
Block a user