Hi,

in my index.rst I have the following lines:

.. toctree::
   :maxdepth: 2

    java

The file java.rst is in the same folder as index.rst. I try to build
my docs like this:

sphinx-build -b html . ..

I get the following output:

Sphinx v0.4.1, building html
trying to load pickled env... done
building [html]: targets for 1 source files that are out of date
updating environment: 0 added, 1 changed, 0 removed
reading... index
WARNING: C:\develop\...\HowTo\sphinx\index.rst:10: (WARNING/2) toctree
references unknown document u' java'
pickling the env... done
checking consistency...
WARNING: C:\develop\...\HowTo\sphinx\java.rst:: document isn't
included in any toctree
writing output... index
finishing...
writing additional files... genindex modindex search
copying static files...
dumping search index...
build succeeded, 2 warnings.

java.rst is processed and a html file is produced. But why do I get
these warnings? And the content from java.rst does not appear in my
TOC?

Any hint?

Achim

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