-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 18.08.2010 21:56, schrieb David:
> 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?

You could call it a bug, I suppose.  In general, the check what files need
to be rebuilt is not very clever (there are also problems if you change the
order of files in toctrees).

Georg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)

iEYEARECAAYFAkxsWN4ACgkQN9GcIYhpnLDV1gCeP7wci+A2mLZj/+mFMHJPrn1h
mfMAninWQoJFFLgCvGu79/DJGSO8WzW6
=SQg5
-----END PGP SIGNATURE-----

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