There is a problem with  "hidden" directive applied to files in 
subdirectories:
 
>  find . -name "*.rst"
./1.rst
./2.rst
./index.rst
./subdir/index.rst
./subdir/3.rst
./subdir/4.rst
 
If file 4.rst is declared "hidden" in "./subdir/index.rst" or
in both "./index.rst" and "./subdir/index.rst" it still appears
on the toctree.   File 4.rst will be hidden only if it declared
once in the root  index file "./index.rst" with its full relative
path name.   It creates unnecessary dependencies and will be good
if could be avoided.

-- Marin

--

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