`sphinx.ext.graphviz` supports graph substituions by locale

This commit is contained in:
Takeshi KOMIYA
2016-01-28 22:12:28 +09:00
parent 3f0843bca0
commit 0636d54f6f
5 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
digraph {
bar -> baz
}

View File

@@ -0,0 +1,3 @@
digraph {
BAR -> BAZ
}

View File

@@ -16,3 +16,6 @@ Hello |graph| graphviz world
:graphviz_dot: neato
bar -> baz
.. graphviz:: graph.dot