Remove graphviz diagram generation in docs build, see #2505

* Plain image for the circuit breaker
This commit is contained in:
Patrik Nordwall 2012-09-18 10:19:40 +02:00
parent 8a63101839
commit 8817a38dff
4 changed files with 21 additions and 23 deletions

View file

@ -8,7 +8,7 @@ import sys, os
# -- General configuration -----------------------------------------------------
sys.path.append(os.path.abspath('_sphinx/exts'))
extensions = ['sphinx.ext.todo', 'includecode', 'sphinx.ext.graphviz']
extensions = ['sphinx.ext.todo', 'includecode']
templates_path = ['_templates']
source_suffix = '.rst'