All,

I have index.rst and intro.rst. In index.rst, I have:


.. toctree::
        :maxdepth: 2

        intro

If I change this to:


.. toctree::
        :numbered:

        intro

Then I get numbered sections and subsections. However, if I change
this back to:


.. toctree::
        :maxdepth: 2

        intro

Then the numbers don't go away with "make html". Turns out I have to
make a little change to intro.rst to make the numbers go away.

Bug?

D.

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