Hi there,

Firstly, I would like to congratulate your work since I use sphinx
from 0.5 series in all our projects.

Secondly, we are working with only directive to show some parts of the
text if a tag is set in building time. Some of the text has section
titles. They are shown nicely in HTML page but these titles are not
included in toc neither the section contents directive (at the left
HTML output side).

As example of this could be the following:

index.rst:

.. toctree::
   :maxdepth: 2

   section1

section1.rst:

**************
Section title
**************

.. only:: html

  Subsection title
  ============

  Some subsection text

...

The Subsection title is shown correctly in the HTML page but it is not
shown in the TOC neither the navigation section on the right side. Am
I doing something wrong or have I find a bug?

Thanks very much your help here and sorry for any inconvenience.

Best regards,

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@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