Hi, There is no way to reference to non-title reST file from toctree directive. If you just want to *include* reST file, you can use `.. include:: a-file.rst` directive.
.. for internally: .. toctree need least 1 section header for each reST file to reference (for html builder). Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2014-09-10 20:48 GMT+09:00 Andrea Cassioli <[email protected]>: > Hi, > I'd like to know whether is possible to include a file with no title. I have > tried to add it to a toctree as > > > .. toctree:: > :hidden: > > <a-file.rst> > > > but the file is not included. Any ideas? > > -- > 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 http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- 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 http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
