Hello

I have the following doc structure

highdir
   index.rst
   dir1
     index.rst
     file1
     file2
    dir2

in dir/index I have a TOC as follow:

.. toctree::
:titlesonly:
 
      file1
      file2

which render correctly to HTML
file1
file2



  in the higher level highdir/index I have the following

.. toctree::
   :titlesonly:
    dir/index

The result is

dir1
  file1
  file2

For my case, I do not want the dir1 level, just the files, as the dir/index 
result?
Can I somehow remove the "dir1" level for the second (higher) toc?
I'm using 1.6.7 version

Thanks
Tzach


-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to