On Thu, Jul 26, 2012 at 7:37 PM, Chris Boorman <gull...@gmail.com> wrote:
> I'm using Sphinx to help me generate docs for a Python API, and I can't find
> a way to generate a complete Table of Contents. I can only get Sphinx to
> auomatically generate entries for the the current page. Since my pages
> aren't long, this produces short-sighted, practically useless TOCs. I need
> to find a way to generate a "master" TOC that lists every topic in the
> documentation set, and that can serve as a content navigation aid. Any ideas
> out there?

That what the globaltoc.html is for. See [1]

[1] http://sphinx.pocoo.org/config.html#confval-html_sidebars

-- 
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