I eventually found out what was the problem. It seems that the carriage return was messed up in the master document. After cleaning it, the next/previous topic links showed up on all pages.
Thanks, Sandrine. On 15 sep, 09:45, 100drine <[EMAIL PROTECTED]> wrote: > On Sep 11, 3:16 pm, Georg Brandl <[EMAIL PROTECTED]> wrote: > > > 100drine schrieb: > > > > Hi, > > > > I built html from my rest documentation,but for some reason, I do not > > > get the 'Next topic'/'Previous topic' links to appear after the > > > index.html of my documentation. Could that be related to an option in > > > the conf.py not properly set? Or could it be due to something missing > > > in the rest documents? > > > Can you tell us how your document layout looks? E.g., where are your > > toctree directives, and how many files do you have? > > Here is a copy/paste of my master-document: > > .. documentation master file, created by sphinx-quickstart on Wed Sep > 10 08:23:04 2008. > You can adapt this file completely to your liking, but it should at > least > contain the root `toctree` directive. > > .. _contents: > > Welcome to my documentation! > =============================== > > .. toctree:: > :maxdepth: 2 > > 01-intro.en.txt > 02-install.en.txt > 03-create-app.en.txt > 04-develop-views.en.txt > 05-components.en.txt > 06-maintemplate.en.txt > 07-rss-xml.en.txt > 08-rql.en.txt > 09-urlrewrite.en.txt > 10-security.en.txt > 11-faq.en.txt > 12-reference.en.txt > > Indices and tables > ================== > > * :ref:`genindex` > * :ref:`modindex` > * :ref:`search` > > Sandrine. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
