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