2011/11/24 Manuel <mbasti...@gmail.com>:
> I've analyzed it with some tools. It seem ok, just hard to read (but
> one of the tools report 3 empty blocks warnings).

Well, there're AISI empty unordered lists.  What you proposed would
alter the indentation to something you do not want.

I would guess it's always writing out the unordered list for a toctree
depth before traversing into it to figure out that this is below the
:maxdepth:; hence not iterating over the toctree items and writing out
nothing before the closing </ul> tag.

So maybe that check could be moved one level up.  Depends on what's
there in the code to see whether this is easily doable.

Friedrich

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to