.. -*- coding: utf-8 -*- Version 0.4.1 ------------- :publication date: 2014/03/14 :expected date: n/a Ticket #183859 [rest] Don't raise error when finding toctree directive ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.100 :state: resolved When transforming a ReST document in DocBook XML, if there is a ``toctree`` directive, `mkdoc` raises an error. It should just pass silently over the directive and do nothing (the table of contents is automatically generated by the stylesheet).