On Mon, Mar 15, 2010 at 1:21 AM, andreash <[email protected]> wrote:

> Is there a way to prevent TOCTREEs from being displayed in HTML
> output? I'm using Sphinx 1.0 with the agogo theme, and would like to
> have the toctree in the sidebar only, not also somewhere in my
> documents' bodies.
>
> Thanks for you insight,
>
> Andreas.
>
>
give it the "hidden" option, like this:

.. toctree::
   :hidden:


see:

http://sphinx.pocoo.org/concepts.html#the-toc-tree

Kevin Horn

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

Reply via email to