On Mon, Jan 5, 2009 at 6:31 PM, Chris h <[email protected]> wrote: > 1. created a bunch of empty docs via touch doc2.rst in the root directory. > 2. edited the index.rst by hand and added all the docs (approx 20) > 3. then ran .. toctree:: from the command line and bash barfs as its not > recognized "..:" as a command.
So, do you mean you entered a command like this? $ .. toctree:: That certainly won't work, since ".. toctree::" is a directive that appears in your index.rst. It is not a command that is used to run sphinx. The command to run sphinx is "sphinx-build" (or "make" if you generated a makefile when you set up your project). See http://sphinx.pocoo.org/intro.html#running-a-build Sorry if I am misunderstanding your problem. --Janet --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
