Discussion:
[Docutils-develop] QUESTION: toctree and ref
Volodymyr Kushnir
2017-05-28 12:48:29 UTC
Permalink
Hi all,

Thanks for a great utility to transform RST to HTML.

But, I couldn't find a way to transform some files which contain “toctree” and “ref”.

//(ERROR/3) Unknown interpreted text role "ref”.
//(ERROR/3) Unknown directive type "toctree”.

.. toctree::
:maxdepth: 2

sections/tutorial


Could you please, help me resolve that issue or find any useful information? Am I missing something?

Thanks.

VOLODYMYR KUSHNIR
Software Engineer
Intelliarts Ltd.
http://intelliarts.com/
David Goodger
2017-05-29 02:16:04 UTC
Permalink
"toctree" is a Sphinx-specific directive. You must use Sphinx to get
this directive. It is not part of core Docutils. Docutils has a
"contents" directive, but its function is different.

David Goodger
<http://python.net/~goodger>


On Sun, May 28, 2017 at 7:48 AM, Volodymyr Kushnir
Post by Volodymyr Kushnir
Hi all,
Thanks for a great utility to transform RST to HTML.
But, I couldn't find a way to transform some files which contain “toctree”
and “ref”.
//(ERROR/3) Unknown interpreted text role "ref”.
//(ERROR/3) Unknown directive type "toctree”.
:maxdepth: 2
sections/tutorial
Could you please, help me resolve that issue or find any useful information?
Am I missing something?
Thanks.
VOLODYMYR KUSHNIR
Software Engineer
Intelliarts Ltd.
http://intelliarts.com/
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Docutils-develop mailing list
https://lists.sourceforge.net/lists/listinfo/docutils-develop
Please use "Reply All" to reply to the list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Docutils-develop mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-develop

Please use

Loading...