diff options
| author | Doug Hellmann <doug.hellmann@gmail.com> | 2010-09-16 09:29:04 -0400 |
|---|---|---|
| committer | Doug Hellmann <doug.hellmann@gmail.com> | 2010-09-16 09:29:04 -0400 |
| commit | 09cd6e21ff7a2be6a4132f3619d4bab66083cc56 (patch) | |
| tree | 570347e049ac4307aa6a0269f54fd0821f60d1cc /doc/ext | |
| parent | e7c3206af90f77226fb4cda249cae2442025f95f (diff) | |
| download | sphinx-09cd6e21ff7a2be6a4132f3619d4bab66083cc56.tar.gz | |
add 'inline' flag to graphviz extension directives to control paragraph breaks
Diffstat (limited to 'doc/ext')
| -rw-r--r-- | doc/ext/graphviz.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ext/graphviz.rst b/doc/ext/graphviz.rst index de6e03e2..3a6d7c30 100644 --- a/doc/ext/graphviz.rst +++ b/doc/ext/graphviz.rst @@ -72,6 +72,11 @@ It adds these directives: alternate text for HTML output. If not given, the alternate text defaults to the graphviz code. +.. versionadded:: 1.1 + All three directives support an ``inline`` flag that controls + paragraph breaks in the output. When set, the graph is inserted + into the current paragraph. If the flag is not given, paragraph + breaks are introduced before and after the image (the default). There are also these new config values: |
