Re: Docutils rst2html.py gives Unknown Directive type "toctree"

2008-06-29 Thread Gerard Flanagan
On Jun 19, 11:19 pm, "Calvin Cheng" <[EMAIL PROTECTED]> wrote: > Hi, > > I am attempting to convert a bunch of .txt files into html using the > docutils package. > > It works for most of the txt files except for the index.txt file which > gives 2 errors: > (1) Unknown Directive type "toctree" > (2

Re: Docutils rst2html.py gives Unknown Directive type "toctree"

2008-06-29 Thread Thijs Triemstra | Collab
Getting the same error in the apache logs here, no idea where it's coming from: [Sun Jun 29 18:25:50 2008] [error] :10: (ERROR/3) Unknown directive type "toctree". [Sun Jun 29 18:25:50 2008] [error] [Sun Jun 29 18:25:50 2008] [error] .. toctree:: [Sun Jun 29 18:25:50 2008] [error]:maxdepth: 2

Docutils rst2html.py gives Unknown Directive type "toctree"

2008-06-19 Thread Calvin Cheng
Hi, I am attempting to convert a bunch of .txt files into html using the docutils package. It works for most of the txt files except for the index.txt file which gives 2 errors: (1) Unknown Directive type "toctree" (2) (ERROR/3) Unknown interpreted text role "ref". Any idea how I can fix this?