From 0cbb29e3423dfe88dfb7464e80e179548a75d248 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 19 Jan 2016 00:53:10 +0900 Subject: [PATCH] Update docs for #2221 --- doc/ext/graphviz.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ext/graphviz.rst b/doc/ext/graphviz.rst index 57371cc01..ca34fa281 100644 --- a/doc/ext/graphviz.rst +++ b/doc/ext/graphviz.rst @@ -87,6 +87,11 @@ It adds these directives: caption to the diagram. Naturally, diagrams marked as "inline" cannot have a caption. +.. deprecated:: 1.4 + ``inline`` option is deprecated. + All three directives generate inline node by default. If ``caption`` is given, + these generate block node instead. + .. versionchanged:: 1.4 All three directives support a ``graphviz_dot`` option that can be switch the ``dot`` command within the directive.