Remove graphviz diagram generation in docs build, see #2505
* Plain image for the circuit breaker
This commit is contained in:
parent
8a63101839
commit
8817a38dff
4 changed files with 21 additions and 23 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue